Shades of Cerulean #016FA8
Tints of Cerulean #016FA8
RGB
CMYK
RGB Variations
Color information
#016FA8 (or 0x016FA8) is known color: Cerulean. HEX triplet: 01, 6F and A8. RGB value is (1,111,168). Sum of RGB (Red+Green+Blue) = 1+111+168=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 168 (66.02% from 255 or 60% from 280); Max value from RGB is 168 - color contains mainly: blue. Hex color #016FA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016FA8 is #FE9057. Grayscale: #545454. Windows color (decimal): -16683096 or 11038465. OLE color: 11038465.
HSL color Cylindrical-coordinate representation of color #016FA8: hue angle of 200.48º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016FA8 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 111 | 168 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.34 |
| HSL | 200.48º | 0.99% | 0.33% | - |
| HSV(B) | 200.48º | 0.99% | 0.66% | - |
| XYZ | 12.76 | 14.2 | 39.11 | - |
| YUV | 84.61 | 175.06 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 168 | 0.99 | 0.34 | 0 | 0.34 | 200.48 | 0.99 | 0.33 |
| Hex | 1 | 6F | A8 | 63 | 22 | 0 | 22 | C8 | 63 | 21 |
| Octal | 1 | 157 | 250 | 143 | 42 | 0 | 42 | 310 | 143 | 41 |
| Binary | 1 | 1101111 | 10101000 | 1100011 | 100010 | 0 | 100010 | 11001000 | 1100011 | 100001 |
Color Harmonies of #016FA8
Complementary color
Monochromatic Colors of #016FA8
Black with #016FA8
Text Example
Text Example
White with #016FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FA8; }
p { color: rgb(1,111,168); }
H1.HeaderClassName
{
color: #016FA8;
}
.AnyTagClassName
{
color: #016FA8;
}
</style>
background-color css
<style>
a { background-color: #016FA8; }
a { background-color: rgb(1,111,168); }
div.DivClassName
{
background-color: #016FA8;
}
.BgClassName
{
background-color: #016FA8;
}
</style>
border-color css
<style>
span { border-color: #016FA8; }
span { border-color: rgb(1,111,168); }
td.TdClassName
{
border-color: #016FA8;
}
.TagClassName
{
border-color: #016FA8;
}
</style>