#0D4B73

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

Shades of Dark Cerulean #0D4B73

Tints of Dark Cerulean #0D4B73

Color information

#0D4B73 (or 0x0D4B73) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 4B and 73. RGB value is (13,75,115). Sum of RGB (Red+Green+Blue) = 13+75+115=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D4B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4B73 is #F2B48C. Grayscale: #3C3C3C. Windows color (decimal): -15905933 or 7555853. OLE color: 7555853.

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

Color convert

RGB1375115-
CMYK0.890.3500.55
HSL203.53º79.69%25.1%-
HSV(B)203.53º88.7%45.1%-
XYZ5.786.3617.14-
YUV61.02158.4693.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.40%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=6.40%
G=36.95%
B=56.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13751150.890.3500.55203.5379.6925.1
HexD4B735923037cc5019
Octal151131631314306731412031
Binary1101100101111100111011001100011011011111001100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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