Shades of Cerulean #016E9B
Tints of Cerulean #016E9B
RGB
CMYK
RGB Variations
Color information
#016E9B (or 0x016E9B) is known color: Cerulean. HEX triplet: 01, 6E and 9B. RGB value is (1,110,155). Sum of RGB (Red+Green+Blue) = 1+110+155=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #016E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016E9B is #FE9164. Grayscale: #525252. Windows color (decimal): -16683365 or 10186241. OLE color: 10186241.
HSL color Cylindrical-coordinate representation of color #016E9B: hue angle of 197.53º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E9B is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 110 | 155 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.39 |
| HSL | 197.53º | 0.99% | 0.31% | - |
| HSV(B) | 197.53º | 0.99% | 0.61% | - |
| XYZ | 11.5 | 13.52 | 33.01 | - |
| YUV | 82.54 | 168.89 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 155 | 0.99 | 0.29 | 0 | 0.39 | 197.53 | 0.99 | 0.31 |
| Hex | 1 | 6E | 9B | 63 | 1D | 0 | 27 | C6 | 63 | 1F |
| Octal | 1 | 156 | 233 | 143 | 35 | 0 | 47 | 306 | 143 | 37 |
| Binary | 1 | 1101110 | 10011011 | 1100011 | 11101 | 0 | 100111 | 11000110 | 1100011 | 11111 |
Color Harmonies of #016E9B
Complementary color
Monochromatic Colors of #016E9B
Black with #016E9B
Text Example
Text Example
White with #016E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016E9B; }
p { color: rgb(1,110,155); }
H1.HeaderClassName
{
color: #016E9B;
}
.AnyTagClassName
{
color: #016E9B;
}
</style>
background-color css
<style>
a { background-color: #016E9B; }
a { background-color: rgb(1,110,155); }
div.DivClassName
{
background-color: #016E9B;
}
.BgClassName
{
background-color: #016E9B;
}
</style>
border-color css
<style>
span { border-color: #016E9B; }
span { border-color: rgb(1,110,155); }
td.TdClassName
{
border-color: #016E9B;
}
.TagClassName
{
border-color: #016E9B;
}
</style>