#0D4272

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

Shades of Dark Cerulean #0D4272

Tints of Dark Cerulean #0D4272

Color information

#0D4272 (or 0x0D4272) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 42 and 72. RGB value is (13,66,114). Sum of RGB (Red+Green+Blue) = 13+66+114=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #0D4272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4272 is #F2BD8D. Grayscale: #373737. Windows color (decimal): -15908238 or 7488013. OLE color: 7488013.

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

Color convert

RGB1366114-
CMYK0.890.4200.55
HSL208.51º79.53%24.9%-
HSV(B)208.51º88.6%44.71%-
XYZ5.155.216.65-
YUV55.62160.9497.6-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.74%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 114 (44.92% from 255) = 59.07%
R=6.74%
G=34.20%
B=59.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13661140.890.4200.55208.5179.5324.9
HexD4272592A037d15019
Octal151021621315206732112031
Binary1101100001011100101011001101010011011111010001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,66,114); }

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

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

 a { background-color: rgb(13,66,114); }

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

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

 span { border-color: rgb(13,66,114); }

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