Shades of Cerulean #066693
Tints of Cerulean #066693
RGB
CMYK
RGB Variations
Color information
#066693 (or 0x066693) is known color: Cerulean. HEX triplet: 06, 66 and 93. RGB value is (6,102,147). Sum of RGB (Red+Green+Blue) = 6+102+147=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #066693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066693 is #F9996C. Grayscale: #4E4E4E. Windows color (decimal): -16357741 or 9659910. OLE color: 9659910.
HSL color Cylindrical-coordinate representation of color #066693: hue angle of 199.15º 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 #066693 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 102 | 147 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.42 |
| HSL | 199.15º | 0.92% | 0.3% | - |
| HSV(B) | 199.15º | 0.96% | 0.58% | - |
| XYZ | 10.09 | 11.65 | 29.32 | - |
| YUV | 78.43 | 166.7 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 147 | 0.96 | 0.31 | 0 | 0.42 | 199.15 | 0.92 | 0.3 |
| Hex | 6 | 66 | 93 | 60 | 1F | 0 | 2A | C7 | 5C | 1E |
| Octal | 6 | 146 | 223 | 140 | 37 | 0 | 52 | 307 | 134 | 36 |
| Binary | 110 | 1100110 | 10010011 | 1100000 | 11111 | 0 | 101010 | 11000111 | 1011100 | 11110 |
Color Harmonies of #066693
Complementary color
Monochromatic Colors of #066693
Black with #066693
Text Example
Text Example
White with #066693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066693; }
p { color: rgb(6,102,147); }
H1.HeaderClassName
{
color: #066693;
}
.AnyTagClassName
{
color: #066693;
}
</style>
background-color css
<style>
a { background-color: #066693; }
a { background-color: rgb(6,102,147); }
div.DivClassName
{
background-color: #066693;
}
.BgClassName
{
background-color: #066693;
}
</style>
border-color css
<style>
span { border-color: #066693; }
span { border-color: rgb(6,102,147); }
td.TdClassName
{
border-color: #066693;
}
.TagClassName
{
border-color: #066693;
}
</style>