#0D3C72

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

Shades of Dark Cerulean #0D3C72

Tints of Dark Cerulean #0D3C72

Color information

#0D3C72 (or 0x0D3C72) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 3C and 72. RGB value is (13,60,114). Sum of RGB (Red+Green+Blue) = 13+60+114=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #0D3C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3C72 is #F2C38D. Grayscale: #333333. Windows color (decimal): -15909774 or 7486477. OLE color: 7486477.

HSL color Cylindrical-coordinate representation of color #0D3C72: hue angle of 212.08º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D3C72 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1360114-
CMYK0.890.4700.55
HSL212.08º79.53%24.9%-
HSV(B)212.08º88.6%44.71%-
XYZ4.824.5316.54-
YUV52.1162.93100.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.95%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 114 (44.92% from 255) = 60.96%
R=6.95%
G=32.09%
B=60.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13601140.890.4700.55212.0879.5324.9
HexD3C72592F037d45019
Octal15741621315706732412031
Binary110111110011100101011001101111011011111010100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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