#0D4C70

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

Shades of Dark Cerulean #0D4C70

Tints of Dark Cerulean #0D4C70

Color information

#0D4C70 (or 0x0D4C70) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 4C and 70. RGB value is (13,76,112). Sum of RGB (Red+Green+Blue) = 13+76+112=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D4C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4C70 is #F2B38F. Grayscale: #3D3D3D. Windows color (decimal): -15905680 or 7359501. OLE color: 7359501.

HSL color Cylindrical-coordinate representation of color #0D4C70: hue angle of 201.82º 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 #0D4C70 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1376112-
CMYK0.880.3200.56
HSL201.82º79.2%24.51%-
HSV(B)201.82º88.39%43.92%-
XYZ5.686.4216.27-
YUV61.27156.6393.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.47%
GREEN value IS 76 (30.08% from 255) = 37.81%
BLUE value IS 112 (44.14% from 255) = 55.72%
R=6.47%
G=37.81%
B=55.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13761120.880.3200.56201.8279.224.51
HexD4C705820038ca4f19
Octal151141601304007031211731
Binary1101100110011100001011000100000011100011001010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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