Shades of Cerulean #066E92
Tints of Cerulean #066E92
RGB
CMYK
RGB Variations
Color information
#066E92 (or 0x066E92) is known color: Cerulean. HEX triplet: 06, 6E and 92. RGB value is (6,110,146). Sum of RGB (Red+Green+Blue) = 6+110+146=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #066E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066E92 is #F9916D. Grayscale: #525252. Windows color (decimal): -16355694 or 9596422. OLE color: 9596422.
HSL color Cylindrical-coordinate representation of color #066E92: hue angle of 195.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066E92 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 110 | 146 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.43 |
| HSL | 195.43º | 0.92% | 0.3% | - |
| HSV(B) | 195.43º | 0.96% | 0.57% | - |
| XYZ | 10.84 | 13.27 | 29.18 | - |
| YUV | 83.01 | 163.54 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 146 | 0.96 | 0.25 | 0 | 0.43 | 195.43 | 0.92 | 0.3 |
| Hex | 6 | 6E | 92 | 60 | 19 | 0 | 2B | C3 | 5C | 1E |
| Octal | 6 | 156 | 222 | 140 | 31 | 0 | 53 | 303 | 134 | 36 |
| Binary | 110 | 1101110 | 10010010 | 1100000 | 11001 | 0 | 101011 | 11000011 | 1011100 | 11110 |
Color Harmonies of #066E92
Complementary color
Monochromatic Colors of #066E92
Black with #066E92
Text Example
Text Example
White with #066E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066E92; }
p { color: rgb(6,110,146); }
H1.HeaderClassName
{
color: #066E92;
}
.AnyTagClassName
{
color: #066E92;
}
</style>
background-color css
<style>
a { background-color: #066E92; }
a { background-color: rgb(6,110,146); }
div.DivClassName
{
background-color: #066E92;
}
.BgClassName
{
background-color: #066E92;
}
</style>
border-color css
<style>
span { border-color: #066E92; }
span { border-color: rgb(6,110,146); }
td.TdClassName
{
border-color: #066E92;
}
.TagClassName
{
border-color: #066E92;
}
</style>