Shades of Cerulean #066093
Tints of Cerulean #066093
RGB
CMYK
RGB Variations
Color information
#066093 (or 0x066093) is known color: Cerulean. HEX triplet: 06, 60 and 93. RGB value is (6,96,147). Sum of RGB (Red+Green+Blue) = 6+96+147=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #066093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066093 is #F99F6C. Grayscale: #4A4A4A. Windows color (decimal): -16359277 or 9658374. OLE color: 9658374.
HSL color Cylindrical-coordinate representation of color #066093: hue angle of 201.7º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066093 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 96 | 147 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.42 |
| HSL | 201.7º | 0.92% | 0.3% | - |
| HSV(B) | 201.7º | 0.96% | 0.58% | - |
| XYZ | 9.52 | 10.51 | 29.13 | - |
| YUV | 74.9 | 168.68 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 147 | 0.96 | 0.35 | 0 | 0.42 | 201.7 | 0.92 | 0.3 |
| Hex | 6 | 60 | 93 | 60 | 23 | 0 | 2A | CA | 5C | 1E |
| Octal | 6 | 140 | 223 | 140 | 43 | 0 | 52 | 312 | 134 | 36 |
| Binary | 110 | 1100000 | 10010011 | 1100000 | 100011 | 0 | 101010 | 11001010 | 1011100 | 11110 |
Color Harmonies of #066093
Complementary color
Monochromatic Colors of #066093
Black with #066093
Text Example
Text Example
White with #066093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066093; }
p { color: rgb(6,96,147); }
H1.HeaderClassName
{
color: #066093;
}
.AnyTagClassName
{
color: #066093;
}
</style>
background-color css
<style>
a { background-color: #066093; }
a { background-color: rgb(6,96,147); }
div.DivClassName
{
background-color: #066093;
}
.BgClassName
{
background-color: #066093;
}
</style>
border-color css
<style>
span { border-color: #066093; }
span { border-color: rgb(6,96,147); }
td.TdClassName
{
border-color: #066093;
}
.TagClassName
{
border-color: #066093;
}
</style>