#0D4D73

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

Shades of Dark Cerulean #0D4D73

Tints of Dark Cerulean #0D4D73

Color information

#0D4D73 (or 0x0D4D73) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 4D and 73. RGB value is (13,77,115). Sum of RGB (Red+Green+Blue) = 13+77+115=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D4D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4D73 is #F2B28C. Grayscale: #3D3D3D. Windows color (decimal): -15905421 or 7556365. OLE color: 7556365.

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

Color convert

RGB1377115-
CMYK0.890.3300.55
HSL202.35º79.69%25.1%-
HSV(B)202.35º88.7%45.1%-
XYZ5.916.6317.19-
YUV62.2157.892.91-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.34%
GREEN value IS 77 (30.47% from 255) = 37.56%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=6.34%
G=37.56%
B=56.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13771150.890.3300.55202.3579.6925.1
HexD4D735921037ca5019
Octal151151631314106731212031
Binary1101100110111100111011001100001011011111001010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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