Shades of Dark Cerulean #005B8C
Tints of Dark Cerulean #005B8C
RGB
CMYK
RGB Variations
Color information
#005B8C (or 0x005B8C) is known color: Dark Cerulean. HEX triplet: 00, 5B and 8C. RGB value is (0,91,140). Sum of RGB (Red+Green+Blue) = 0+91+140=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #005B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005B8C is #FFA473. Grayscale: #454545. Windows color (decimal): -16753780 or 9198336. OLE color: 9198336.
HSL color Cylindrical-coordinate representation of color #005B8C: hue angle of 201º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B8C is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 91 | 140 | - |
| CMYK | 1 | 0.35 | 0 | 0.45 |
| HSL | 201º | 1% | 0.27% | - |
| HSV(B) | 201º | 1% | 0.55% | - |
| XYZ | 8.47 | 9.38 | 26.17 | - |
| YUV | 69.38 | 167.85 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 140 | 1 | 0.35 | 0 | 0.45 | 201 | 1 | 0.27 |
| Hex | 0 | 5B | 8C | 64 | 23 | 0 | 2D | C9 | 64 | 1B |
| Octal | 0 | 133 | 214 | 144 | 43 | 0 | 55 | 311 | 144 | 33 |
| Binary | 0 | 1011011 | 10001100 | 1100100 | 100011 | 0 | 101101 | 11001001 | 1100100 | 11011 |
Color Harmonies of #005B8C
Complementary color
Monochromatic Colors of #005B8C
Black with #005B8C
Text Example
Text Example
White with #005B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B8C; }
p { color: rgb(0,91,140); }
H1.HeaderClassName
{
color: #005B8C;
}
.AnyTagClassName
{
color: #005B8C;
}
</style>
background-color css
<style>
a { background-color: #005B8C; }
a { background-color: rgb(0,91,140); }
div.DivClassName
{
background-color: #005B8C;
}
.BgClassName
{
background-color: #005B8C;
}
</style>
border-color css
<style>
span { border-color: #005B8C; }
span { border-color: rgb(0,91,140); }
td.TdClassName
{
border-color: #005B8C;
}
.TagClassName
{
border-color: #005B8C;
}
</style>