Shades of Cerulean #016CB1
Tints of Cerulean #016CB1
RGB
CMYK
RGB Variations
Color information
#016CB1 (or 0x016CB1) is known color: Cerulean. HEX triplet: 01, 6C and B1. RGB value is (1,108,177). Sum of RGB (Red+Green+Blue) = 1+108+177=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 177 (69.53% from 255 or 61.89% from 286); Max value from RGB is 177 - color contains mainly: blue. Hex color #016CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016CB1 is #FE934E. Grayscale: #535353. Windows color (decimal): -16683855 or 11627521. OLE color: 11627521.
HSL color Cylindrical-coordinate representation of color #016CB1: hue angle of 203.52º 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 #016CB1 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 108 | 177 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.31 |
| HSL | 203.52º | 0.99% | 0.35% | - |
| HSV(B) | 203.52º | 0.99% | 0.69% | - |
| XYZ | 13.31 | 13.91 | 43.58 | - |
| YUV | 83.87 | 180.55 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 177 | 0.99 | 0.39 | 0 | 0.31 | 203.52 | 0.99 | 0.35 |
| Hex | 1 | 6C | B1 | 63 | 27 | 0 | 1F | CC | 63 | 23 |
| Octal | 1 | 154 | 261 | 143 | 47 | 0 | 37 | 314 | 143 | 43 |
| Binary | 1 | 1101100 | 10110001 | 1100011 | 100111 | 0 | 11111 | 11001100 | 1100011 | 100011 |
Color Harmonies of #016CB1
Complementary color
Monochromatic Colors of #016CB1
Black with #016CB1
Text Example
Text Example
White with #016CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016CB1; }
p { color: rgb(1,108,177); }
H1.HeaderClassName
{
color: #016CB1;
}
.AnyTagClassName
{
color: #016CB1;
}
</style>
background-color css
<style>
a { background-color: #016CB1; }
a { background-color: rgb(1,108,177); }
div.DivClassName
{
background-color: #016CB1;
}
.BgClassName
{
background-color: #016CB1;
}
</style>
border-color css
<style>
span { border-color: #016CB1; }
span { border-color: rgb(1,108,177); }
td.TdClassName
{
border-color: #016CB1;
}
.TagClassName
{
border-color: #016CB1;
}
</style>