#0D3C76

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

Shades of Dark Cerulean #0D3C76

Tints of Dark Cerulean #0D3C76

Color information

#0D3C76 (or 0x0D3C76) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 3C and 76. RGB value is (13,60,118). Sum of RGB (Red+Green+Blue) = 13+60+118=191 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.81% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #0D3C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3C76 is #F2C389. Grayscale: #343434. Windows color (decimal): -15909770 or 7748621. OLE color: 7748621.

HSL color Cylindrical-coordinate representation of color #0D3C76: hue angle of 213.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D3C76 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1360118-
CMYK0.890.4900.54
HSL213.14º80.15%25.69%-
HSV(B)213.14º88.98%46.27%-
XYZ5.054.6317.77-
YUV52.56164.9399.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.81%
GREEN value IS 60 (23.83% from 255) = 31.41%
BLUE value IS 118 (46.48% from 255) = 61.78%
R=6.81%
G=31.41%
B=61.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13601180.890.4900.54213.1480.1525.69
HexD3C765931036d5501a
Octal15741661316106632512032
Binary110111110011101101011001110001011011011010101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,60,118); }

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

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

 a { background-color: rgb(13,60,118); }

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

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

 span { border-color: rgb(13,60,118); }

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