Shades of Cerulean #016A9B
Tints of Cerulean #016A9B
RGB
CMYK
RGB Variations
Color information
#016A9B (or 0x016A9B) is known color: Cerulean. HEX triplet: 01, 6A and 9B. RGB value is (1,106,155). Sum of RGB (Red+Green+Blue) = 1+106+155=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #016A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016A9B is #FE9564. Grayscale: #4F4F4F. Windows color (decimal): -16684389 or 10185217. OLE color: 10185217.
HSL color Cylindrical-coordinate representation of color #016A9B: hue angle of 199.09º 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 #016A9B is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 106 | 155 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.39 |
| HSL | 199.09º | 0.99% | 0.31% | - |
| HSV(B) | 199.09º | 0.99% | 0.61% | - |
| XYZ | 11.08 | 12.68 | 32.87 | - |
| YUV | 80.19 | 170.21 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 155 | 0.99 | 0.32 | 0 | 0.39 | 199.09 | 0.99 | 0.31 |
| Hex | 1 | 6A | 9B | 63 | 20 | 0 | 27 | C7 | 63 | 1F |
| Octal | 1 | 152 | 233 | 143 | 40 | 0 | 47 | 307 | 143 | 37 |
| Binary | 1 | 1101010 | 10011011 | 1100011 | 100000 | 0 | 100111 | 11000111 | 1100011 | 11111 |
Color Harmonies of #016A9B
Complementary color
Monochromatic Colors of #016A9B
Black with #016A9B
Text Example
Text Example
White with #016A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016A9B; }
p { color: rgb(1,106,155); }
H1.HeaderClassName
{
color: #016A9B;
}
.AnyTagClassName
{
color: #016A9B;
}
</style>
background-color css
<style>
a { background-color: #016A9B; }
a { background-color: rgb(1,106,155); }
div.DivClassName
{
background-color: #016A9B;
}
.BgClassName
{
background-color: #016A9B;
}
</style>
border-color css
<style>
span { border-color: #016A9B; }
span { border-color: rgb(1,106,155); }
td.TdClassName
{
border-color: #016A9B;
}
.TagClassName
{
border-color: #016A9B;
}
</style>