Shades of Cerulean #066993
Tints of Cerulean #066993
RGB
CMYK
RGB Variations
Color information
#066993 (or 0x066993) is known color: Cerulean. HEX triplet: 06, 69 and 93. RGB value is (6,105,147). Sum of RGB (Red+Green+Blue) = 6+105+147=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #066993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066993 is #F9966C. Grayscale: #4F4F4F. Windows color (decimal): -16356973 or 9660678. OLE color: 9660678.
HSL color Cylindrical-coordinate representation of color #066993: hue angle of 197.87º 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 #066993 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 105 | 147 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.42 |
| HSL | 197.87º | 0.92% | 0.3% | - |
| HSV(B) | 197.87º | 0.96% | 0.58% | - |
| XYZ | 10.39 | 12.25 | 29.42 | - |
| YUV | 80.19 | 165.7 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 147 | 0.96 | 0.29 | 0 | 0.42 | 197.87 | 0.92 | 0.3 |
| Hex | 6 | 69 | 93 | 60 | 1D | 0 | 2A | C6 | 5C | 1E |
| Octal | 6 | 151 | 223 | 140 | 35 | 0 | 52 | 306 | 134 | 36 |
| Binary | 110 | 1101001 | 10010011 | 1100000 | 11101 | 0 | 101010 | 11000110 | 1011100 | 11110 |
Color Harmonies of #066993
Complementary color
Monochromatic Colors of #066993
Black with #066993
Text Example
Text Example
White with #066993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066993; }
p { color: rgb(6,105,147); }
H1.HeaderClassName
{
color: #066993;
}
.AnyTagClassName
{
color: #066993;
}
</style>
background-color css
<style>
a { background-color: #066993; }
a { background-color: rgb(6,105,147); }
div.DivClassName
{
background-color: #066993;
}
.BgClassName
{
background-color: #066993;
}
</style>
border-color css
<style>
span { border-color: #066993; }
span { border-color: rgb(6,105,147); }
td.TdClassName
{
border-color: #066993;
}
.TagClassName
{
border-color: #066993;
}
</style>