Shades of Dark Cerulean #015B8C
Tints of Dark Cerulean #015B8C
RGB
CMYK
RGB Variations
Color information
#015B8C (or 0x015B8C) is known color: Dark Cerulean. HEX triplet: 01, 5B and 8C. RGB value is (1,91,140). Sum of RGB (Red+Green+Blue) = 1+91+140=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #015B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015B8C is #FEA473. Grayscale: #454545. Windows color (decimal): -16688244 or 9198337. OLE color: 9198337.
HSL color Cylindrical-coordinate representation of color #015B8C: hue angle of 201.15º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B8C is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 91 | 140 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.45 |
| HSL | 201.15º | 0.99% | 0.28% | - |
| HSV(B) | 201.15º | 0.99% | 0.55% | - |
| XYZ | 8.49 | 9.38 | 26.17 | - |
| YUV | 69.68 | 167.68 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 140 | 0.99 | 0.35 | 0 | 0.45 | 201.15 | 0.99 | 0.28 |
| Hex | 1 | 5B | 8C | 63 | 23 | 0 | 2D | C9 | 63 | 1C |
| Octal | 1 | 133 | 214 | 143 | 43 | 0 | 55 | 311 | 143 | 34 |
| Binary | 1 | 1011011 | 10001100 | 1100011 | 100011 | 0 | 101101 | 11001001 | 1100011 | 11100 |
Color Harmonies of #015B8C
Complementary color
Monochromatic Colors of #015B8C
Black with #015B8C
Text Example
Text Example
White with #015B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B8C; }
p { color: rgb(1,91,140); }
H1.HeaderClassName
{
color: #015B8C;
}
.AnyTagClassName
{
color: #015B8C;
}
</style>
background-color css
<style>
a { background-color: #015B8C; }
a { background-color: rgb(1,91,140); }
div.DivClassName
{
background-color: #015B8C;
}
.BgClassName
{
background-color: #015B8C;
}
</style>
border-color css
<style>
span { border-color: #015B8C; }
span { border-color: rgb(1,91,140); }
td.TdClassName
{
border-color: #015B8C;
}
.TagClassName
{
border-color: #015B8C;
}
</style>