Shades of Cerulean #066AAF
Tints of Cerulean #066AAF
RGB
CMYK
RGB Variations
Color information
#066AAF (or 0x066AAF) is known color: Cerulean. HEX triplet: 06, 6A and AF. RGB value is (6,106,175). Sum of RGB (Red+Green+Blue) = 6+106+175=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #066AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066AAF is #F99550. Grayscale: #535353. Windows color (decimal): -16356689 or 11495942. OLE color: 11495942.
HSL color Cylindrical-coordinate representation of color #066AAF: hue angle of 204.5º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066AAF is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 106 | 175 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.31 |
| HSL | 204.5º | 0.93% | 0.35% | - |
| HSV(B) | 204.5º | 0.97% | 0.69% | - |
| XYZ | 12.97 | 13.44 | 42.47 | - |
| YUV | 83.97 | 179.37 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 106 | 175 | 0.97 | 0.39 | 0 | 0.31 | 204.5 | 0.93 | 0.35 |
| Hex | 6 | 6A | AF | 61 | 27 | 0 | 1F | CC | 5D | 23 |
| Octal | 6 | 152 | 257 | 141 | 47 | 0 | 37 | 314 | 135 | 43 |
| Binary | 110 | 1101010 | 10101111 | 1100001 | 100111 | 0 | 11111 | 11001100 | 1011101 | 100011 |
Color Harmonies of #066AAF
Complementary color
Monochromatic Colors of #066AAF
Black with #066AAF
Text Example
Text Example
White with #066AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066AAF; }
p { color: rgb(6,106,175); }
H1.HeaderClassName
{
color: #066AAF;
}
.AnyTagClassName
{
color: #066AAF;
}
</style>
background-color css
<style>
a { background-color: #066AAF; }
a { background-color: rgb(6,106,175); }
div.DivClassName
{
background-color: #066AAF;
}
.BgClassName
{
background-color: #066AAF;
}
</style>
border-color css
<style>
span { border-color: #066AAF; }
span { border-color: rgb(6,106,175); }
td.TdClassName
{
border-color: #066AAF;
}
.TagClassName
{
border-color: #066AAF;
}
</style>