Shades of Cerulean #0166AC
Tints of Cerulean #0166AC
RGB
CMYK
RGB Variations
Color information
#0166AC (or 0x0166AC) is known color: Cerulean. HEX triplet: 01, 66 and AC. RGB value is (1,102,172). Sum of RGB (Red+Green+Blue) = 1+102+172=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #0166AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0166AC is #FE9953. Grayscale: #4F4F4F. Windows color (decimal): -16685396 or 11298305. OLE color: 11298305.
HSL color Cylindrical-coordinate representation of color #0166AC: hue angle of 204.56º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0166AC is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 102 | 172 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.33 |
| HSL | 204.56º | 0.99% | 0.34% | - |
| HSV(B) | 204.56º | 0.99% | 0.67% | - |
| XYZ | 12.21 | 12.49 | 40.8 | - |
| YUV | 79.78 | 180.04 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 172 | 0.99 | 0.41 | 0 | 0.33 | 204.56 | 0.99 | 0.34 |
| Hex | 1 | 66 | AC | 63 | 29 | 0 | 21 | CD | 63 | 22 |
| Octal | 1 | 146 | 254 | 143 | 51 | 0 | 41 | 315 | 143 | 42 |
| Binary | 1 | 1100110 | 10101100 | 1100011 | 101001 | 0 | 100001 | 11001101 | 1100011 | 100010 |
Color Harmonies of #0166AC
Complementary color
Monochromatic Colors of #0166AC
Black with #0166AC
Text Example
Text Example
White with #0166AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0166AC; }
p { color: rgb(1,102,172); }
H1.HeaderClassName
{
color: #0166AC;
}
.AnyTagClassName
{
color: #0166AC;
}
</style>
background-color css
<style>
a { background-color: #0166AC; }
a { background-color: rgb(1,102,172); }
div.DivClassName
{
background-color: #0166AC;
}
.BgClassName
{
background-color: #0166AC;
}
</style>
border-color css
<style>
span { border-color: #0166AC; }
span { border-color: rgb(1,102,172); }
td.TdClassName
{
border-color: #0166AC;
}
.TagClassName
{
border-color: #0166AC;
}
</style>