Shades of Cerulean #016FAB
Tints of Cerulean #016FAB
RGB
CMYK
RGB Variations
Color information
#016FAB (or 0x016FAB) is known color: Cerulean. HEX triplet: 01, 6F and AB. RGB value is (1,111,171). Sum of RGB (Red+Green+Blue) = 1+111+171=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #016FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016FAB is #FE9054. Grayscale: #545454. Windows color (decimal): -16683093 or 11235073. OLE color: 11235073.
HSL color Cylindrical-coordinate representation of color #016FAB: hue angle of 201.18º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016FAB is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 111 | 171 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.33 |
| HSL | 201.18º | 0.99% | 0.34% | - |
| HSV(B) | 201.18º | 0.99% | 0.67% | - |
| XYZ | 13.05 | 14.32 | 40.6 | - |
| YUV | 84.95 | 176.56 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 171 | 0.99 | 0.35 | 0 | 0.33 | 201.18 | 0.99 | 0.34 |
| Hex | 1 | 6F | AB | 63 | 23 | 0 | 21 | C9 | 63 | 22 |
| Octal | 1 | 157 | 253 | 143 | 43 | 0 | 41 | 311 | 143 | 42 |
| Binary | 1 | 1101111 | 10101011 | 1100011 | 100011 | 0 | 100001 | 11001001 | 1100011 | 100010 |
Color Harmonies of #016FAB
Complementary color
Monochromatic Colors of #016FAB
Black with #016FAB
Text Example
Text Example
White with #016FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FAB; }
p { color: rgb(1,111,171); }
H1.HeaderClassName
{
color: #016FAB;
}
.AnyTagClassName
{
color: #016FAB;
}
</style>
background-color css
<style>
a { background-color: #016FAB; }
a { background-color: rgb(1,111,171); }
div.DivClassName
{
background-color: #016FAB;
}
.BgClassName
{
background-color: #016FAB;
}
</style>
border-color css
<style>
span { border-color: #016FAB; }
span { border-color: rgb(1,111,171); }
td.TdClassName
{
border-color: #016FAB;
}
.TagClassName
{
border-color: #016FAB;
}
</style>