Shades of Cerulean #016B9E
Tints of Cerulean #016B9E
RGB
CMYK
RGB Variations
Color information
#016B9E (or 0x016B9E) is known color: Cerulean. HEX triplet: 01, 6B and 9E. RGB value is (1,107,158). Sum of RGB (Red+Green+Blue) = 1+107+158=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #016B9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016B9E is #FE9461. Grayscale: #505050. Windows color (decimal): -16684130 or 10382081. OLE color: 10382081.
HSL color Cylindrical-coordinate representation of color #016B9E: hue angle of 199.49º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B9E is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 107 | 158 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.38 |
| HSL | 199.49º | 0.99% | 0.31% | - |
| HSV(B) | 199.49º | 0.99% | 0.62% | - |
| XYZ | 11.44 | 12.99 | 34.25 | - |
| YUV | 81.12 | 171.38 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 158 | 0.99 | 0.32 | 0 | 0.38 | 199.49 | 0.99 | 0.31 |
| Hex | 1 | 6B | 9E | 63 | 20 | 0 | 26 | C7 | 63 | 1F |
| Octal | 1 | 153 | 236 | 143 | 40 | 0 | 46 | 307 | 143 | 37 |
| Binary | 1 | 1101011 | 10011110 | 1100011 | 100000 | 0 | 100110 | 11000111 | 1100011 | 11111 |
Color Harmonies of #016B9E
Complementary color
Monochromatic Colors of #016B9E
Black with #016B9E
Text Example
Text Example
White with #016B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B9E; }
p { color: rgb(1,107,158); }
H1.HeaderClassName
{
color: #016B9E;
}
.AnyTagClassName
{
color: #016B9E;
}
</style>
background-color css
<style>
a { background-color: #016B9E; }
a { background-color: rgb(1,107,158); }
div.DivClassName
{
background-color: #016B9E;
}
.BgClassName
{
background-color: #016B9E;
}
</style>
border-color css
<style>
span { border-color: #016B9E; }
span { border-color: rgb(1,107,158); }
td.TdClassName
{
border-color: #016B9E;
}
.TagClassName
{
border-color: #016B9E;
}
</style>