#0D3F73

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

Shades of Dark Cerulean #0D3F73

Tints of Dark Cerulean #0D3F73

Color information

#0D3F73 (or 0x0D3F73) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 3F and 73. RGB value is (13,63,115). Sum of RGB (Red+Green+Blue) = 13+63+115=191 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.81% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D3F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3F73 is #F2C08C. Grayscale: #353535. Windows color (decimal): -15909005 or 7552781. OLE color: 7552781.

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

Color convert

RGB1363115-
CMYK0.890.4500.55
HSL210.59º79.69%25.1%-
HSV(B)210.59º88.7%45.1%-
XYZ5.044.8816.9-
YUV53.98162.4498.77-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.81%
GREEN value IS 63 (25% from 255) = 32.98%
BLUE value IS 115 (45.31% from 255) = 60.21%
R=6.81%
G=32.98%
B=60.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13631150.890.4500.55210.5979.6925.1
HexD3F73592D037d35019
Octal15771631315506732312031
Binary110111111111100111011001101101011011111010011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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