Shades of Cerulean #066EAC
Tints of Cerulean #066EAC
RGB
CMYK
RGB Variations
Color information
#066EAC (or 0x066EAC) is known color: Cerulean. HEX triplet: 06, 6E and AC. RGB value is (6,110,172). Sum of RGB (Red+Green+Blue) = 6+110+172=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #066EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066EAC is #F99153. Grayscale: #555555. Windows color (decimal): -16355668 or 11300358. OLE color: 11300358.
HSL color Cylindrical-coordinate representation of color #066EAC: hue angle of 202.41º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066EAC is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 110 | 172 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.33 |
| HSL | 202.41º | 0.93% | 0.35% | - |
| HSV(B) | 202.41º | 0.97% | 0.67% | - |
| XYZ | 13.1 | 14.17 | 41.07 | - |
| YUV | 85.97 | 176.54 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 172 | 0.97 | 0.36 | 0 | 0.33 | 202.41 | 0.93 | 0.35 |
| Hex | 6 | 6E | AC | 61 | 24 | 0 | 21 | CA | 5D | 23 |
| Octal | 6 | 156 | 254 | 141 | 44 | 0 | 41 | 312 | 135 | 43 |
| Binary | 110 | 1101110 | 10101100 | 1100001 | 100100 | 0 | 100001 | 11001010 | 1011101 | 100011 |
Color Harmonies of #066EAC
Complementary color
Monochromatic Colors of #066EAC
Black with #066EAC
Text Example
Text Example
White with #066EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066EAC; }
p { color: rgb(6,110,172); }
H1.HeaderClassName
{
color: #066EAC;
}
.AnyTagClassName
{
color: #066EAC;
}
</style>
background-color css
<style>
a { background-color: #066EAC; }
a { background-color: rgb(6,110,172); }
div.DivClassName
{
background-color: #066EAC;
}
.BgClassName
{
background-color: #066EAC;
}
</style>
border-color css
<style>
span { border-color: #066EAC; }
span { border-color: rgb(6,110,172); }
td.TdClassName
{
border-color: #066EAC;
}
.TagClassName
{
border-color: #066EAC;
}
</style>