Html Css Color HEX #0D406E Dark Cerulean

📋 copy color: '#0D406E'

red 13 ◦ green 64 ◦ blue 110

#0D406E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0D406E

Tints of Dark Cerulean #0D406E

RGB

 RED value IS 13 (5.47% from 255) = 6.95%

 GREEN value IS 64 (25.39% from 255) = 34.22%

 BLUE value IS 110 (43.36% from 255) = 58.82%

R = 6.95%
G = 34.22%
B = 58.82%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0D406E (or 0x0D406E) is known color: Dark Cerulean. HEX triplet: 0D, 40 and 6E. RGB value is (13,64,110). Sum of RGB (Red+Green+Blue) = 13+64+110=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D406E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D406E is #F2BF91. Grayscale: #353535. Windows color (decimal): -15908754 or 7225357. OLE color: 7225357.

HSL color Cylindrical-coordinate representation of color #0D406E: hue angle of 208.45º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D406E is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 13 64 110 -
CMYK 0.88 0.42 0 0.57
HSL 208.45º 0.79% 0.24% -
HSV(B) 208.45º 0.88% 0.43% -
XYZ 4.81 4.88 15.44 -
YUV 54 159.6 98.76 -
System Red Green Blue C M Y K H S L
Decimal 13 64 110 0.88 0.42 0 0.57 208.45 0.79 0.24
Hex D 40 6E 58 2A 0 39 D0 4F 18
Octal 15 100 156 130 52 0 71 320 117 30
Binary 1101 1000000 1101110 1011000 101010 0 111001 11010000 1001111 11000

Color Harmonies of #0D406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D406E

Black with #0D406E

Text Example


Text Example

White with #0D406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D406E; }

 p { color: rgb(13,64,110); }

 H1.HeaderClassName
 {
   color: #0D406E;
 }
 .AnyTagClassName
 {
   color: #0D406E;
 }
</style>

background-color css

<style>
 a { background-color: #0D406E; }

 a { background-color: rgb(13,64,110); }

 div.DivClassName
 {
   background-color: #0D406E;
 }
 .BgClassName
 {
   background-color: #0D406E;
 }
</style>

border-color css

<style>
 span { border-color: #0D406E; }

 span { border-color: rgb(13,64,110); }

 td.TdClassName
 {
   border-color: #0D406E;
 }
 .TagClassName
 {
   border-color: #0D406E;
 }
</style>