Shades of Cerulean #016FB0
Tints of Cerulean #016FB0
RGB
CMYK
RGB Variations
Color information
#016FB0 (or 0x016FB0) is known color: Cerulean. HEX triplet: 01, 6F and B0. RGB value is (1,111,176). Sum of RGB (Red+Green+Blue) = 1+111+176=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 176 (69.14% from 255 or 61.11% from 288); Max value from RGB is 176 - color contains mainly: blue. Hex color #016FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016FB0 is #FE904F. Grayscale: #555555. Windows color (decimal): -16683088 or 11562753. OLE color: 11562753.
HSL color Cylindrical-coordinate representation of color #016FB0: hue angle of 202.29º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016FB0 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 111 | 176 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.31 |
| HSL | 202.29º | 0.99% | 0.35% | - |
| HSV(B) | 202.29º | 0.99% | 0.69% | - |
| XYZ | 13.53 | 14.51 | 43.16 | - |
| YUV | 85.52 | 179.06 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 176 | 0.99 | 0.37 | 0 | 0.31 | 202.29 | 0.99 | 0.35 |
| Hex | 1 | 6F | B0 | 63 | 25 | 0 | 1F | CA | 63 | 23 |
| Octal | 1 | 157 | 260 | 143 | 45 | 0 | 37 | 312 | 143 | 43 |
| Binary | 1 | 1101111 | 10110000 | 1100011 | 100101 | 0 | 11111 | 11001010 | 1100011 | 100011 |
Color Harmonies of #016FB0
Complementary color
Monochromatic Colors of #016FB0
Black with #016FB0
Text Example
Text Example
White with #016FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FB0; }
p { color: rgb(1,111,176); }
H1.HeaderClassName
{
color: #016FB0;
}
.AnyTagClassName
{
color: #016FB0;
}
</style>
background-color css
<style>
a { background-color: #016FB0; }
a { background-color: rgb(1,111,176); }
div.DivClassName
{
background-color: #016FB0;
}
.BgClassName
{
background-color: #016FB0;
}
</style>
border-color css
<style>
span { border-color: #016FB0; }
span { border-color: rgb(1,111,176); }
td.TdClassName
{
border-color: #016FB0;
}
.TagClassName
{
border-color: #016FB0;
}
</style>