#0D4071

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

Shades of Dark Cerulean #0D4071

Tints of Dark Cerulean #0D4071

Color information

#0D4071 (or 0x0D4071) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 40 and 71. RGB value is (13,64,113). Sum of RGB (Red+Green+Blue) = 13+64+113=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D4071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4071 is #F2BF8E. Grayscale: #363636. Windows color (decimal): -15908751 or 7421965. OLE color: 7421965.

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

Color convert

RGB1364113-
CMYK0.880.4300.56
HSL209.4º79.37%24.71%-
HSV(B)209.4º88.5%44.31%-
XYZ4.984.9416.31-
YUV54.34161.198.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.84%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 113 (44.53% from 255) = 59.47%
R=6.84%
G=33.68%
B=59.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13641130.880.4300.56209.479.3724.71
HexD4071582B038d14f19
Octal151001611305307032111731
Binary1101100000011100011011000101011011100011010001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,64,113); }

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

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

 a { background-color: rgb(13,64,113); }

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

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

 span { border-color: rgb(13,64,113); }

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