Shades of Cerulean #015F99
Tints of Cerulean #015F99
RGB
CMYK
RGB Variations
Color information
#015F99 (or 0x015F99) is known color: Cerulean. HEX triplet: 01, 5F and 99. RGB value is (1,95,153). Sum of RGB (Red+Green+Blue) = 1+95+153=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #015F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015F99 is #FEA066. Grayscale: #494949. Windows color (decimal): -16687207 or 10051329. OLE color: 10051329.
HSL color Cylindrical-coordinate representation of color #015F99: hue angle of 202.89º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F99 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 95 | 153 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.4 |
| HSL | 202.89º | 0.99% | 0.3% | - |
| HSV(B) | 202.89º | 0.99% | 0.6% | - |
| XYZ | 9.85 | 10.49 | 31.64 | - |
| YUV | 73.51 | 172.86 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 153 | 0.99 | 0.38 | 0 | 0.4 | 202.89 | 0.99 | 0.3 |
| Hex | 1 | 5F | 99 | 63 | 26 | 0 | 28 | CB | 63 | 1E |
| Octal | 1 | 137 | 231 | 143 | 46 | 0 | 50 | 313 | 143 | 36 |
| Binary | 1 | 1011111 | 10011001 | 1100011 | 100110 | 0 | 101000 | 11001011 | 1100011 | 11110 |
Color Harmonies of #015F99
Complementary color
Monochromatic Colors of #015F99
Black with #015F99
Text Example
Text Example
White with #015F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F99; }
p { color: rgb(1,95,153); }
H1.HeaderClassName
{
color: #015F99;
}
.AnyTagClassName
{
color: #015F99;
}
</style>
background-color css
<style>
a { background-color: #015F99; }
a { background-color: rgb(1,95,153); }
div.DivClassName
{
background-color: #015F99;
}
.BgClassName
{
background-color: #015F99;
}
</style>
border-color css
<style>
span { border-color: #015F99; }
span { border-color: rgb(1,95,153); }
td.TdClassName
{
border-color: #015F99;
}
.TagClassName
{
border-color: #015F99;
}
</style>