Shades of Cerulean #066C95
Tints of Cerulean #066C95
RGB
CMYK
RGB Variations
Color information
#066C95 (or 0x066C95) is known color: Cerulean. HEX triplet: 06, 6C and 95. RGB value is (6,108,149). Sum of RGB (Red+Green+Blue) = 6+108+149=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #066C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066C95 is #F9936A. Grayscale: #515151. Windows color (decimal): -16356203 or 9792518. OLE color: 9792518.
HSL color Cylindrical-coordinate representation of color #066C95: hue angle of 197.2º 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 #066C95 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 108 | 149 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.42 |
| HSL | 197.2º | 0.92% | 0.3% | - |
| HSV(B) | 197.2º | 0.96% | 0.58% | - |
| XYZ | 10.86 | 12.93 | 30.36 | - |
| YUV | 82.18 | 165.71 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 149 | 0.96 | 0.28 | 0 | 0.42 | 197.2 | 0.92 | 0.3 |
| Hex | 6 | 6C | 95 | 60 | 1C | 0 | 2A | C5 | 5C | 1E |
| Octal | 6 | 154 | 225 | 140 | 34 | 0 | 52 | 305 | 134 | 36 |
| Binary | 110 | 1101100 | 10010101 | 1100000 | 11100 | 0 | 101010 | 11000101 | 1011100 | 11110 |
Color Harmonies of #066C95
Complementary color
Monochromatic Colors of #066C95
Black with #066C95
Text Example
Text Example
White with #066C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C95; }
p { color: rgb(6,108,149); }
H1.HeaderClassName
{
color: #066C95;
}
.AnyTagClassName
{
color: #066C95;
}
</style>
background-color css
<style>
a { background-color: #066C95; }
a { background-color: rgb(6,108,149); }
div.DivClassName
{
background-color: #066C95;
}
.BgClassName
{
background-color: #066C95;
}
</style>
border-color css
<style>
span { border-color: #066C95; }
span { border-color: rgb(6,108,149); }
td.TdClassName
{
border-color: #066C95;
}
.TagClassName
{
border-color: #066C95;
}
</style>