#0D548B

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

Shades of Dark Cerulean #0D548B

Tints of Dark Cerulean #0D548B

Color information

#0D548B (or 0x0D548B) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 54 and 8B. RGB value is (13,84,139). Sum of RGB (Red+Green+Blue) = 13+84+139=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D548B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D548B is #F2AB74. Grayscale: #444444. Windows color (decimal): -15903605 or 9131021. OLE color: 9131021.

HSL color Cylindrical-coordinate representation of color #0D548B: hue angle of 206.19º 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 #0D548B is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1384139-
CMYK0.910.4000.45
HSL206.19º82.89%29.8%-
HSV(B)206.19º90.65%54.51%-
XYZ88.2925.6-
YUV69.04167.4888.03-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.51%
GREEN value IS 84 (33.20% from 255) = 35.59%
BLUE value IS 139 (54.69% from 255) = 58.90%
R=5.51%
G=35.59%
B=58.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13841390.910.4000.45206.1982.8929.8
HexD548B5B2802Dce531e
Octal151242131335005531612336
Binary11011010100100010111011011101000010110111001110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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