Shades of Cerulean #066BA1
Tints of Cerulean #066BA1
RGB
CMYK
RGB Variations
Color information
#066BA1 (or 0x066BA1) is known color: Cerulean. HEX triplet: 06, 6B and A1. RGB value is (6,107,161). Sum of RGB (Red+Green+Blue) = 6+107+161=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 161 (63.28% from 255 or 58.76% from 274); Max value from RGB is 161 - color contains mainly: blue. Hex color #066BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066BA1 is #F9945E. Grayscale: #525252. Windows color (decimal): -16356447 or 10578694. OLE color: 10578694.
HSL color Cylindrical-coordinate representation of color #066BA1: hue angle of 200.9º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066BA1 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 107 | 161 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.37 |
| HSL | 200.9º | 0.93% | 0.33% | - |
| HSV(B) | 200.9º | 0.96% | 0.63% | - |
| XYZ | 11.77 | 13.13 | 35.63 | - |
| YUV | 82.96 | 172.04 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 161 | 0.96 | 0.34 | 0 | 0.37 | 200.9 | 0.93 | 0.33 |
| Hex | 6 | 6B | A1 | 60 | 22 | 0 | 25 | C9 | 5D | 21 |
| Octal | 6 | 153 | 241 | 140 | 42 | 0 | 45 | 311 | 135 | 41 |
| Binary | 110 | 1101011 | 10100001 | 1100000 | 100010 | 0 | 100101 | 11001001 | 1011101 | 100001 |
Color Harmonies of #066BA1
Complementary color
Monochromatic Colors of #066BA1
Black with #066BA1
Text Example
Text Example
White with #066BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066BA1; }
p { color: rgb(6,107,161); }
H1.HeaderClassName
{
color: #066BA1;
}
.AnyTagClassName
{
color: #066BA1;
}
</style>
background-color css
<style>
a { background-color: #066BA1; }
a { background-color: rgb(6,107,161); }
div.DivClassName
{
background-color: #066BA1;
}
.BgClassName
{
background-color: #066BA1;
}
</style>
border-color css
<style>
span { border-color: #066BA1; }
span { border-color: rgb(6,107,161); }
td.TdClassName
{
border-color: #066BA1;
}
.TagClassName
{
border-color: #066BA1;
}
</style>