Shades of Cerulean #066AAC
Tints of Cerulean #066AAC
RGB
CMYK
RGB Variations
Color information
#066AAC (or 0x066AAC) is known color: Cerulean. HEX triplet: 06, 6A and AC. RGB value is (6,106,172). Sum of RGB (Red+Green+Blue) = 6+106+172=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #066AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066AAC is #F99553. Grayscale: #535353. Windows color (decimal): -16356692 or 11299334. OLE color: 11299334.
HSL color Cylindrical-coordinate representation of color #066AAC: hue angle of 203.86º 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 #066AAC is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 106 | 172 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.33 |
| HSL | 203.86º | 0.93% | 0.35% | - |
| HSV(B) | 203.86º | 0.97% | 0.67% | - |
| XYZ | 12.68 | 13.33 | 40.93 | - |
| YUV | 83.62 | 177.87 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 106 | 172 | 0.97 | 0.38 | 0 | 0.33 | 203.86 | 0.93 | 0.35 |
| Hex | 6 | 6A | AC | 61 | 26 | 0 | 21 | CC | 5D | 23 |
| Octal | 6 | 152 | 254 | 141 | 46 | 0 | 41 | 314 | 135 | 43 |
| Binary | 110 | 1101010 | 10101100 | 1100001 | 100110 | 0 | 100001 | 11001100 | 1011101 | 100011 |
Color Harmonies of #066AAC
Complementary color
Monochromatic Colors of #066AAC
Black with #066AAC
Text Example
Text Example
White with #066AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066AAC; }
p { color: rgb(6,106,172); }
H1.HeaderClassName
{
color: #066AAC;
}
.AnyTagClassName
{
color: #066AAC;
}
</style>
background-color css
<style>
a { background-color: #066AAC; }
a { background-color: rgb(6,106,172); }
div.DivClassName
{
background-color: #066AAC;
}
.BgClassName
{
background-color: #066AAC;
}
</style>
border-color css
<style>
span { border-color: #066AAC; }
span { border-color: rgb(6,106,172); }
td.TdClassName
{
border-color: #066AAC;
}
.TagClassName
{
border-color: #066AAC;
}
</style>