Shades of Cerulean #016E93
Tints of Cerulean #016E93
RGB
CMYK
RGB Variations
Color information
#016E93 (or 0x016E93) is known color: Cerulean. HEX triplet: 01, 6E and 93. RGB value is (1,110,147). Sum of RGB (Red+Green+Blue) = 1+110+147=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #016E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016E93 is #FE916C. Grayscale: #515151. Windows color (decimal): -16683373 or 9661953. OLE color: 9661953.
HSL color Cylindrical-coordinate representation of color #016E93: hue angle of 195.21º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E93 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 110 | 147 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.42 |
| HSL | 195.21º | 0.99% | 0.29% | - |
| HSV(B) | 195.21º | 0.99% | 0.58% | - |
| XYZ | 10.85 | 13.26 | 29.59 | - |
| YUV | 81.63 | 164.89 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 147 | 0.99 | 0.25 | 0 | 0.42 | 195.21 | 0.99 | 0.29 |
| Hex | 1 | 6E | 93 | 63 | 19 | 0 | 2A | C3 | 63 | 1D |
| Octal | 1 | 156 | 223 | 143 | 31 | 0 | 52 | 303 | 143 | 35 |
| Binary | 1 | 1101110 | 10010011 | 1100011 | 11001 | 0 | 101010 | 11000011 | 1100011 | 11101 |
Color Harmonies of #016E93
Complementary color
Monochromatic Colors of #016E93
Black with #016E93
Text Example
Text Example
White with #016E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016E93; }
p { color: rgb(1,110,147); }
H1.HeaderClassName
{
color: #016E93;
}
.AnyTagClassName
{
color: #016E93;
}
</style>
background-color css
<style>
a { background-color: #016E93; }
a { background-color: rgb(1,110,147); }
div.DivClassName
{
background-color: #016E93;
}
.BgClassName
{
background-color: #016E93;
}
</style>
border-color css
<style>
span { border-color: #016E93; }
span { border-color: rgb(1,110,147); }
td.TdClassName
{
border-color: #016E93;
}
.TagClassName
{
border-color: #016E93;
}
</style>