Color Hex Logo

#0d2558 Color Hex

#0D2558
(13,37,88)
0 Favorites   0 Comments

Color spaces of #0d2558

RGB 133788
HSL0.610.740.20
HSV221°85°35°
CMYK 0.850.580.00   0.65
XYZ2.58902.11339.5040
Yxy2.11330.18220.1488
Hunter Lab14.53726.3499-28.5861
CIE-Lab16.070912.2048-33.4233

#0d2558 color RGB value is (13,37,88).

#0d2558 hex color red value is 13, green value is 37 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #0d2558 hue: 0.61 , saturation: 0.74 and the lightness value of 0d2558 is 0.20.

The process color (four color CMYK) of #0d2558 color hex is 0.85, 0.58, 0.00, 0.65. Web safe color of #0d2558 is #003366. Color #0d2558 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00100101 01011000
Octal 15 45 130
Decimal 13 37 88
Hex D 25 58

RGB Percentages of Color #0d2558

%9.42
%26.81
%63.77

CMYK Percentages of Color #0d2558

%85
%58
%0
%65

Triadic Colors of #0d2558

#0d2558 #580d25 #25580d

Analogous Colors of #0d2558

#0d2558 #1a0d58 #0d4b58

Monochromatic Colors of #0d2558

#0d2558

Complementary Color

#0d2558 #58400d

#0d2558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d2558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d2558 Color CSS Codes

.mybgcolor {background-color:#0d2558; } 
.myforecolor {color:#0d2558; }
.mybordercolor {border:3px solid #0d2558; }

#0d2558 Text Font Color

<p style="color:#0d2558">Text here</p>

This sample text font color is #0d2558
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0d2558 Background Color

<div style="background-color:#0d2558">
Div content here</div>

This div background color is #0d2558


#0d2558 Border Color

<div style="border:3px solid #0d2558">
Div here</div>

This div border color is #0d2558


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,37,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d2558; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d2558;
  -webkit-box-shadow: 1px 1px 3px 2px #0d2558;
  box-shadow:         1px 1px 3px 2px #0d2558; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,37,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0d2558">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0d2558;
  -webkit-box-shadow: 1px 1px 3px 2px #0d2558;
  box-shadow:         1px 1px 3px 2px #0d2558;">
Div content here</div>

This div box has shadow with color #0d2558


Comments

No comments written yet.

Please login to write comment.