Shades of Cerulean #066BAA
Tints of Cerulean #066BAA
RGB
CMYK
RGB Variations
Color information
#066BAA (or 0x066BAA) is known color: Cerulean. HEX triplet: 06, 6B and AA. RGB value is (6,107,170). Sum of RGB (Red+Green+Blue) = 6+107+170=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #066BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066BAA is #F99455. Grayscale: #535353. Windows color (decimal): -16356438 or 11168518. OLE color: 11168518.
HSL color Cylindrical-coordinate representation of color #066BAA: hue angle of 203.05º 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 #066BAA is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 107 | 170 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.33 |
| HSL | 203.05º | 0.93% | 0.35% | - |
| HSV(B) | 203.05º | 0.96% | 0.67% | - |
| XYZ | 12.59 | 13.46 | 39.96 | - |
| YUV | 83.98 | 176.54 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 170 | 0.96 | 0.37 | 0 | 0.33 | 203.05 | 0.93 | 0.35 |
| Hex | 6 | 6B | AA | 60 | 25 | 0 | 21 | CB | 5D | 23 |
| Octal | 6 | 153 | 252 | 140 | 45 | 0 | 41 | 313 | 135 | 43 |
| Binary | 110 | 1101011 | 10101010 | 1100000 | 100101 | 0 | 100001 | 11001011 | 1011101 | 100011 |
Color Harmonies of #066BAA
Complementary color
Monochromatic Colors of #066BAA
Black with #066BAA
Text Example
Text Example
White with #066BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066BAA; }
p { color: rgb(6,107,170); }
H1.HeaderClassName
{
color: #066BAA;
}
.AnyTagClassName
{
color: #066BAA;
}
</style>
background-color css
<style>
a { background-color: #066BAA; }
a { background-color: rgb(6,107,170); }
div.DivClassName
{
background-color: #066BAA;
}
.BgClassName
{
background-color: #066BAA;
}
</style>
border-color css
<style>
span { border-color: #066BAA; }
span { border-color: rgb(6,107,170); }
td.TdClassName
{
border-color: #066BAA;
}
.TagClassName
{
border-color: #066BAA;
}
</style>