Shades of Dark Cerulean #015E8C
Tints of Dark Cerulean #015E8C
RGB
CMYK
RGB Variations
Color information
#015E8C (or 0x015E8C) is known color: Dark Cerulean. HEX triplet: 01, 5E and 8C. RGB value is (1,94,140). Sum of RGB (Red+Green+Blue) = 1+94+140=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #015E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015E8C is #FEA173. Grayscale: #474747. Windows color (decimal): -16687476 or 9199105. OLE color: 9199105.
HSL color Cylindrical-coordinate representation of color #015E8C: hue angle of 199.86º 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 #015E8C is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 94 | 140 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.45 |
| HSL | 199.86º | 0.99% | 0.28% | - |
| HSV(B) | 199.86º | 0.99% | 0.55% | - |
| XYZ | 8.75 | 9.91 | 26.26 | - |
| YUV | 71.44 | 166.69 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 140 | 0.99 | 0.33 | 0 | 0.45 | 199.86 | 0.99 | 0.28 |
| Hex | 1 | 5E | 8C | 63 | 21 | 0 | 2D | C8 | 63 | 1C |
| Octal | 1 | 136 | 214 | 143 | 41 | 0 | 55 | 310 | 143 | 34 |
| Binary | 1 | 1011110 | 10001100 | 1100011 | 100001 | 0 | 101101 | 11001000 | 1100011 | 11100 |
Color Harmonies of #015E8C
Complementary color
Monochromatic Colors of #015E8C
Black with #015E8C
Text Example
Text Example
White with #015E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E8C; }
p { color: rgb(1,94,140); }
H1.HeaderClassName
{
color: #015E8C;
}
.AnyTagClassName
{
color: #015E8C;
}
</style>
background-color css
<style>
a { background-color: #015E8C; }
a { background-color: rgb(1,94,140); }
div.DivClassName
{
background-color: #015E8C;
}
.BgClassName
{
background-color: #015E8C;
}
</style>
border-color css
<style>
span { border-color: #015E8C; }
span { border-color: rgb(1,94,140); }
td.TdClassName
{
border-color: #015E8C;
}
.TagClassName
{
border-color: #015E8C;
}
</style>