Shades of Cerulean #066C94
Tints of Cerulean #066C94
RGB
CMYK
RGB Variations
Color information
#066C94 (or 0x066C94) is known color: Cerulean. HEX triplet: 06, 6C and 94. RGB value is (6,108,148). Sum of RGB (Red+Green+Blue) = 6+108+148=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #066C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066C94 is #F9936B. Grayscale: #515151. Windows color (decimal): -16356204 or 9726982. OLE color: 9726982.
HSL color Cylindrical-coordinate representation of color #066C94: hue angle of 196.9º 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 #066C94 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 108 | 148 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.42 |
| HSL | 196.9º | 0.92% | 0.3% | - |
| HSV(B) | 196.9º | 0.96% | 0.58% | - |
| XYZ | 10.78 | 12.9 | 29.94 | - |
| YUV | 82.06 | 165.21 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 148 | 0.96 | 0.27 | 0 | 0.42 | 196.9 | 0.92 | 0.3 |
| Hex | 6 | 6C | 94 | 60 | 1B | 0 | 2A | C5 | 5C | 1E |
| Octal | 6 | 154 | 224 | 140 | 33 | 0 | 52 | 305 | 134 | 36 |
| Binary | 110 | 1101100 | 10010100 | 1100000 | 11011 | 0 | 101010 | 11000101 | 1011100 | 11110 |
Color Harmonies of #066C94
Complementary color
Monochromatic Colors of #066C94
Black with #066C94
Text Example
Text Example
White with #066C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C94; }
p { color: rgb(6,108,148); }
H1.HeaderClassName
{
color: #066C94;
}
.AnyTagClassName
{
color: #066C94;
}
</style>
background-color css
<style>
a { background-color: #066C94; }
a { background-color: rgb(6,108,148); }
div.DivClassName
{
background-color: #066C94;
}
.BgClassName
{
background-color: #066C94;
}
</style>
border-color css
<style>
span { border-color: #066C94; }
span { border-color: rgb(6,108,148); }
td.TdClassName
{
border-color: #066C94;
}
.TagClassName
{
border-color: #066C94;
}
</style>