#0D4873

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

Shades of Dark Cerulean #0D4873

Tints of Dark Cerulean #0D4873

Color information

#0D4873 (or 0x0D4873) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 48 and 73. RGB value is (13,72,115). Sum of RGB (Red+Green+Blue) = 13+72+115=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D4873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4873 is #F2B78C. Grayscale: #3B3B3B. Windows color (decimal): -15906701 or 7555085. OLE color: 7555085.

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

Color convert

RGB1372115-
CMYK0.890.3700.55
HSL205.29º79.69%25.1%-
HSV(B)205.29º88.7%45.1%-
XYZ5.585.9617.08-
YUV59.26159.4595-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.5%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 115 (45.31% from 255) = 57.5%
R=6.5%
G=36%
B=57.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13721150.890.3700.55205.2979.6925.1
HexD48735925037cd5019
Octal151101631314506731512031
Binary1101100100011100111011001100101011011111001101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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