Shades of Cerulean #016FA9
Tints of Cerulean #016FA9
RGB
CMYK
RGB Variations
Color information
#016FA9 (or 0x016FA9) is known color: Cerulean. HEX triplet: 01, 6F and A9. RGB value is (1,111,169). Sum of RGB (Red+Green+Blue) = 1+111+169=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 169 (66.41% from 255 or 60.14% from 281); Max value from RGB is 169 - color contains mainly: blue. Hex color #016FA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016FA9 is #FE9056. Grayscale: #545454. Windows color (decimal): -16683095 or 11104001. OLE color: 11104001.
HSL color Cylindrical-coordinate representation of color #016FA9: hue angle of 200.71º 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 #016FA9 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 111 | 169 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.34 |
| HSL | 200.71º | 0.99% | 0.33% | - |
| HSV(B) | 200.71º | 0.99% | 0.66% | - |
| XYZ | 12.86 | 14.24 | 39.61 | - |
| YUV | 84.72 | 175.56 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 169 | 0.99 | 0.34 | 0 | 0.34 | 200.71 | 0.99 | 0.33 |
| Hex | 1 | 6F | A9 | 63 | 22 | 0 | 22 | C9 | 63 | 21 |
| Octal | 1 | 157 | 251 | 143 | 42 | 0 | 42 | 311 | 143 | 41 |
| Binary | 1 | 1101111 | 10101001 | 1100011 | 100010 | 0 | 100010 | 11001001 | 1100011 | 100001 |
Color Harmonies of #016FA9
Complementary color
Monochromatic Colors of #016FA9
Black with #016FA9
Text Example
Text Example
White with #016FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FA9; }
p { color: rgb(1,111,169); }
H1.HeaderClassName
{
color: #016FA9;
}
.AnyTagClassName
{
color: #016FA9;
}
</style>
background-color css
<style>
a { background-color: #016FA9; }
a { background-color: rgb(1,111,169); }
div.DivClassName
{
background-color: #016FA9;
}
.BgClassName
{
background-color: #016FA9;
}
</style>
border-color css
<style>
span { border-color: #016FA9; }
span { border-color: rgb(1,111,169); }
td.TdClassName
{
border-color: #016FA9;
}
.TagClassName
{
border-color: #016FA9;
}
</style>