Html Css Color HEX #0D406D Dark Cerulean

📋 copy color: '#0D406D'

red 13 ◦ green 64 ◦ blue 109

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

Shades of Dark Cerulean #0D406D

Tints of Dark Cerulean #0D406D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 58.6%

R = 6.99%
G = 34.41%
B = 58.6%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0D406D (or 0x0D406D) is known color: Dark Cerulean. HEX triplet: 0D, 40 and 6D. RGB value is (13,64,109). Sum of RGB (Red+Green+Blue) = 13+64+109=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D406D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D406D is #F2BF92. Grayscale: #353535. Windows color (decimal): -15908755 or 7159821. OLE color: 7159821.

HSL color Cylindrical-coordinate representation of color #0D406D: hue angle of 208.12º 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 #0D406D is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 13 64 109 -
CMYK 0.88 0.41 0 0.57
HSL 208.13º 0.79% 0.24% -
HSV(B) 208.13º 0.88% 0.43% -
XYZ 4.76 4.86 15.15 -
YUV 53.88 159.1 98.84 -
System Red Green Blue C M Y K H S L
Decimal 13 64 109 0.88 0.41 0 0.57 208.13 0.79 0.24
Hex D 40 6D 58 29 0 39 D0 4F 18
Octal 15 100 155 130 51 0 71 320 117 30
Binary 1101 1000000 1101101 1011000 101001 0 111001 11010000 1001111 11000

Color Harmonies of #0D406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D406D

Black with #0D406D

Text Example


Text Example

White with #0D406D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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