#0D4970

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

Shades of Dark Cerulean #0D4970

Tints of Dark Cerulean #0D4970

Color information

#0D4970 (or 0x0D4970) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 49 and 70. RGB value is (13,73,112). Sum of RGB (Red+Green+Blue) = 13+73+112=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D4970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4970 is #F2B68F. Grayscale: #3B3B3B. Windows color (decimal): -15906448 or 7358733. OLE color: 7358733.

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

Color convert

RGB1373112-
CMYK0.880.3500.56
HSL203.64º79.2%24.51%-
HSV(B)203.64º88.39%43.92%-
XYZ5.476.0216.2-
YUV59.51157.6294.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.57%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 112 (44.14% from 255) = 56.57%
R=6.57%
G=36.87%
B=56.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13731120.880.3500.56203.6479.224.51
HexD49705823038cc4f19
Octal151111601304307031411731
Binary1101100100111100001011000100011011100011001100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,73,112); }

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

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

 a { background-color: rgb(13,73,112); }

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

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

 span { border-color: rgb(13,73,112); }

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