#0D446F

Color #0D446F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0D446F

Tints of Dark Cerulean #0D446F

Color information

#0D446F (or 0x0D446F) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 44 and 6F. RGB value is (13,68,111). Sum of RGB (Red+Green+Blue) = 13+68+111=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D446F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D446F is #F2BB90. Grayscale: #383838. Windows color (decimal): -15907729 or 7291917. OLE color: 7291917.

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

Color convert

RGB1368111-
CMYK0.880.3900.56
HSL206.33º79.03%24.31%-
HSV(B)206.33º88.29%43.53%-
XYZ5.15.3715.81-
YUV56.46158.7897-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.77%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 111 (43.75% from 255) = 57.81%
R=6.77%
G=35.42%
B=57.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13681110.880.3900.56206.3379.0324.31
HexD446F5827038ce4f18
Octal151041571304707031611730
Binary1101100010011011111011000100111011100011001110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,68,111); }

 H1.HeaderClassName
 {
   color: #0D446F;
 }
 .AnyTagClassName
 {
   color: #0D446F;
 }
</style>
background-color css

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

 a { background-color: rgb(13,68,111); }

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

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

 span { border-color: rgb(13,68,111); }

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