Shades of Cerulean #066FAA
Tints of Cerulean #066FAA
RGB
CMYK
RGB Variations
Color information
#066FAA (or 0x066FAA) is known color: Cerulean. HEX triplet: 06, 6F and AA. RGB value is (6,111,170). Sum of RGB (Red+Green+Blue) = 6+111+170=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #066FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066FAA is #F99055. Grayscale: #555555. Windows color (decimal): -16355414 or 11169542. OLE color: 11169542.
HSL color Cylindrical-coordinate representation of color #066FAA: hue angle of 201.59º 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 #066FAA is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 111 | 170 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.33 |
| HSL | 201.59º | 0.93% | 0.35% | - |
| HSV(B) | 201.59º | 0.96% | 0.67% | - |
| XYZ | 13.02 | 14.31 | 40.11 | - |
| YUV | 86.33 | 175.21 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 170 | 0.96 | 0.35 | 0 | 0.33 | 201.59 | 0.93 | 0.35 |
| Hex | 6 | 6F | AA | 60 | 23 | 0 | 21 | CA | 5D | 23 |
| Octal | 6 | 157 | 252 | 140 | 43 | 0 | 41 | 312 | 135 | 43 |
| Binary | 110 | 1101111 | 10101010 | 1100000 | 100011 | 0 | 100001 | 11001010 | 1011101 | 100011 |
Color Harmonies of #066FAA
Complementary color
Monochromatic Colors of #066FAA
Black with #066FAA
Text Example
Text Example
White with #066FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066FAA; }
p { color: rgb(6,111,170); }
H1.HeaderClassName
{
color: #066FAA;
}
.AnyTagClassName
{
color: #066FAA;
}
</style>
background-color css
<style>
a { background-color: #066FAA; }
a { background-color: rgb(6,111,170); }
div.DivClassName
{
background-color: #066FAA;
}
.BgClassName
{
background-color: #066FAA;
}
</style>
border-color css
<style>
span { border-color: #066FAA; }
span { border-color: rgb(6,111,170); }
td.TdClassName
{
border-color: #066FAA;
}
.TagClassName
{
border-color: #066FAA;
}
</style>