#0D548C

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

Shades of Dark Cerulean #0D548C

Tints of Dark Cerulean #0D548C

Color information

#0D548C (or 0x0D548C) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 54 and 8C. RGB value is (13,84,140). Sum of RGB (Red+Green+Blue) = 13+84+140=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #0D548C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D548C is #F2AB73. Grayscale: #444444. Windows color (decimal): -15903604 or 9196557. OLE color: 9196557.

HSL color Cylindrical-coordinate representation of color #0D548C: hue angle of 206.46º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D548C is Cyan = 0.91, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1384140-
CMYK0.910.400.45
HSL206.46º83.01%30%-
HSV(B)206.46º90.71%54.9%-
XYZ8.078.3225.99-
YUV69.16167.9887.95-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.49%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 140 (55.08% from 255) = 59.07%
R=5.49%
G=35.44%
B=59.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13841400.910.400.45206.4683.0130
HexD548C5B2802Dce531e
Octal151242141335005531612336
Binary11011010100100011001011011101000010110111001110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,84,140); }

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

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

 a { background-color: rgb(13,84,140); }

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

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

 span { border-color: rgb(13,84,140); }

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