Shades of Cerulean #066E9F
Tints of Cerulean #066E9F
RGB
CMYK
RGB Variations
Color information
#066E9F (or 0x066E9F) is known color: Cerulean. HEX triplet: 06, 6E and 9F. RGB value is (6,110,159). Sum of RGB (Red+Green+Blue) = 6+110+159=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #066E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066E9F is #F99160. Grayscale: #545454. Windows color (decimal): -16355681 or 10448390. OLE color: 10448390.
HSL color Cylindrical-coordinate representation of color #066E9F: hue angle of 199.22º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066E9F is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 110 | 159 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.38 |
| HSL | 199.22º | 0.93% | 0.32% | - |
| HSV(B) | 199.22º | 0.96% | 0.62% | - |
| XYZ | 11.91 | 13.69 | 34.82 | - |
| YUV | 84.49 | 170.04 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 159 | 0.96 | 0.31 | 0 | 0.38 | 199.22 | 0.93 | 0.32 |
| Hex | 6 | 6E | 9F | 60 | 1F | 0 | 26 | C7 | 5D | 20 |
| Octal | 6 | 156 | 237 | 140 | 37 | 0 | 46 | 307 | 135 | 40 |
| Binary | 110 | 1101110 | 10011111 | 1100000 | 11111 | 0 | 100110 | 11000111 | 1011101 | 100000 |
Color Harmonies of #066E9F
Complementary color
Monochromatic Colors of #066E9F
Black with #066E9F
Text Example
Text Example
White with #066E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066E9F; }
p { color: rgb(6,110,159); }
H1.HeaderClassName
{
color: #066E9F;
}
.AnyTagClassName
{
color: #066E9F;
}
</style>
background-color css
<style>
a { background-color: #066E9F; }
a { background-color: rgb(6,110,159); }
div.DivClassName
{
background-color: #066E9F;
}
.BgClassName
{
background-color: #066E9F;
}
</style>
border-color css
<style>
span { border-color: #066E9F; }
span { border-color: rgb(6,110,159); }
td.TdClassName
{
border-color: #066E9F;
}
.TagClassName
{
border-color: #066E9F;
}
</style>