Shades of Cerulean #066DA1
Tints of Cerulean #066DA1
RGB
CMYK
RGB Variations
Color information
#066DA1 (or 0x066DA1) is known color: Cerulean. HEX triplet: 06, 6D and A1. RGB value is (6,109,161). Sum of RGB (Red+Green+Blue) = 6+109+161=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 161 (63.28% from 255 or 58.33% from 276); Max value from RGB is 161 - color contains mainly: blue. Hex color #066DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066DA1 is #F9925E. Grayscale: #535353. Windows color (decimal): -16355935 or 10579206. OLE color: 10579206.
HSL color Cylindrical-coordinate representation of color #066DA1: hue angle of 200.13º 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 #066DA1 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 109 | 161 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.37 |
| HSL | 200.13º | 0.93% | 0.33% | - |
| HSV(B) | 200.13º | 0.96% | 0.63% | - |
| XYZ | 11.98 | 13.55 | 35.7 | - |
| YUV | 84.13 | 171.38 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 161 | 0.96 | 0.32 | 0 | 0.37 | 200.13 | 0.93 | 0.33 |
| Hex | 6 | 6D | A1 | 60 | 20 | 0 | 25 | C8 | 5D | 21 |
| Octal | 6 | 155 | 241 | 140 | 40 | 0 | 45 | 310 | 135 | 41 |
| Binary | 110 | 1101101 | 10100001 | 1100000 | 100000 | 0 | 100101 | 11001000 | 1011101 | 100001 |
Color Harmonies of #066DA1
Complementary color
Monochromatic Colors of #066DA1
Black with #066DA1
Text Example
Text Example
White with #066DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066DA1; }
p { color: rgb(6,109,161); }
H1.HeaderClassName
{
color: #066DA1;
}
.AnyTagClassName
{
color: #066DA1;
}
</style>
background-color css
<style>
a { background-color: #066DA1; }
a { background-color: rgb(6,109,161); }
div.DivClassName
{
background-color: #066DA1;
}
.BgClassName
{
background-color: #066DA1;
}
</style>
border-color css
<style>
span { border-color: #066DA1; }
span { border-color: rgb(6,109,161); }
td.TdClassName
{
border-color: #066DA1;
}
.TagClassName
{
border-color: #066DA1;
}
</style>