#0D3C73

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

Shades of Dark Cerulean #0D3C73

Tints of Dark Cerulean #0D3C73

Color information

#0D3C73 (or 0x0D3C73) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 3C and 73. RGB value is (13,60,115). Sum of RGB (Red+Green+Blue) = 13+60+115=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D3C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3C73 is #F2C38C. Grayscale: #333333. Windows color (decimal): -15909773 or 7552013. OLE color: 7552013.

HSL color Cylindrical-coordinate representation of color #0D3C73: hue angle of 212.35º 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 #0D3C73 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1360115-
CMYK0.890.4800.55
HSL212.35º79.69%25.1%-
HSV(B)212.35º88.7%45.1%-
XYZ4.884.5616.84-
YUV52.22163.43100.03-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.91%
GREEN value IS 60 (23.83% from 255) = 31.91%
BLUE value IS 115 (45.31% from 255) = 61.17%
R=6.91%
G=31.91%
B=61.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13601150.890.4800.55212.3579.6925.1
HexD3C735930037d45019
Octal15741631316006732412031
Binary110111110011100111011001110000011011111010100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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