Shades of Cerulean #066AAA
Tints of Cerulean #066AAA
RGB
CMYK
RGB Variations
Color information
#066AAA (or 0x066AAA) is known color: Cerulean. HEX triplet: 06, 6A and AA. RGB value is (6,106,170). Sum of RGB (Red+Green+Blue) = 6+106+170=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #066AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066AAA is #F99555. Grayscale: #535353. Windows color (decimal): -16356694 or 11168262. OLE color: 11168262.
HSL color Cylindrical-coordinate representation of color #066AAA: hue angle of 203.41º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066AAA is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 106 | 170 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.33 |
| HSL | 203.41º | 0.93% | 0.35% | - |
| HSV(B) | 203.41º | 0.96% | 0.67% | - |
| XYZ | 12.48 | 13.25 | 39.93 | - |
| YUV | 83.4 | 176.87 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 106 | 170 | 0.96 | 0.38 | 0 | 0.33 | 203.41 | 0.93 | 0.35 |
| Hex | 6 | 6A | AA | 60 | 26 | 0 | 21 | CB | 5D | 23 |
| Octal | 6 | 152 | 252 | 140 | 46 | 0 | 41 | 313 | 135 | 43 |
| Binary | 110 | 1101010 | 10101010 | 1100000 | 100110 | 0 | 100001 | 11001011 | 1011101 | 100011 |
Color Harmonies of #066AAA
Complementary color
Monochromatic Colors of #066AAA
Black with #066AAA
Text Example
Text Example
White with #066AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066AAA; }
p { color: rgb(6,106,170); }
H1.HeaderClassName
{
color: #066AAA;
}
.AnyTagClassName
{
color: #066AAA;
}
</style>
background-color css
<style>
a { background-color: #066AAA; }
a { background-color: rgb(6,106,170); }
div.DivClassName
{
background-color: #066AAA;
}
.BgClassName
{
background-color: #066AAA;
}
</style>
border-color css
<style>
span { border-color: #066AAA; }
span { border-color: rgb(6,106,170); }
td.TdClassName
{
border-color: #066AAA;
}
.TagClassName
{
border-color: #066AAA;
}
</style>