Shades of Cerulean #066A90
Tints of Cerulean #066A90
RGB
CMYK
RGB Variations
Color information
#066A90 (or 0x066A90) is known color: Cerulean. HEX triplet: 06, 6A and 90. RGB value is (6,106,144). Sum of RGB (Red+Green+Blue) = 6+106+144=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #066A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066A90 is #F9956F. Grayscale: #505050. Windows color (decimal): -16356720 or 9464326. OLE color: 9464326.
HSL color Cylindrical-coordinate representation of color #066A90: hue angle of 196.52º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066A90 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 106 | 144 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.44 |
| HSL | 196.52º | 0.92% | 0.29% | - |
| HSV(B) | 196.52º | 0.96% | 0.56% | - |
| XYZ | 10.26 | 12.36 | 28.23 | - |
| YUV | 80.43 | 163.87 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 106 | 144 | 0.96 | 0.26 | 0 | 0.44 | 196.52 | 0.92 | 0.29 |
| Hex | 6 | 6A | 90 | 60 | 1A | 0 | 2C | C5 | 5C | 1D |
| Octal | 6 | 152 | 220 | 140 | 32 | 0 | 54 | 305 | 134 | 35 |
| Binary | 110 | 1101010 | 10010000 | 1100000 | 11010 | 0 | 101100 | 11000101 | 1011100 | 11101 |
Color Harmonies of #066A90
Complementary color
Monochromatic Colors of #066A90
Black with #066A90
Text Example
Text Example
White with #066A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066A90; }
p { color: rgb(6,106,144); }
H1.HeaderClassName
{
color: #066A90;
}
.AnyTagClassName
{
color: #066A90;
}
</style>
background-color css
<style>
a { background-color: #066A90; }
a { background-color: rgb(6,106,144); }
div.DivClassName
{
background-color: #066A90;
}
.BgClassName
{
background-color: #066A90;
}
</style>
border-color css
<style>
span { border-color: #066A90; }
span { border-color: rgb(6,106,144); }
td.TdClassName
{
border-color: #066A90;
}
.TagClassName
{
border-color: #066A90;
}
</style>