Shades of Cerulean #006999
Tints of Cerulean #006999
RGB
CMYK
RGB Variations
Color information
#006999 (or 0x006999) is known color: Cerulean. HEX triplet: 00, 69 and 99. RGB value is (0,105,153). Sum of RGB (Red+Green+Blue) = 0+105+153=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #006999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006999 is #FF9666. Grayscale: #4E4E4E. Windows color (decimal): -16750183 or 10053888. OLE color: 10053888.
HSL color Cylindrical-coordinate representation of color #006999: hue angle of 198.82º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006999 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 105 | 153 | - |
| CMYK | 1 | 0.31 | 0 | 0.4 |
| HSL | 198.82º | 1% | 0.3% | - |
| HSV(B) | 198.82º | 1% | 0.6% | - |
| XYZ | 10.8 | 12.4 | 31.96 | - |
| YUV | 79.08 | 169.71 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 153 | 1 | 0.31 | 0 | 0.4 | 198.82 | 1 | 0.3 |
| Hex | 0 | 69 | 99 | 64 | 1F | 0 | 28 | C7 | 64 | 1E |
| Octal | 0 | 151 | 231 | 144 | 37 | 0 | 50 | 307 | 144 | 36 |
| Binary | 0 | 1101001 | 10011001 | 1100100 | 11111 | 0 | 101000 | 11000111 | 1100100 | 11110 |
Color Harmonies of #006999
Complementary color
Monochromatic Colors of #006999
Black with #006999
Text Example
Text Example
White with #006999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006999; }
p { color: rgb(0,105,153); }
H1.HeaderClassName
{
color: #006999;
}
.AnyTagClassName
{
color: #006999;
}
</style>
background-color css
<style>
a { background-color: #006999; }
a { background-color: rgb(0,105,153); }
div.DivClassName
{
background-color: #006999;
}
.BgClassName
{
background-color: #006999;
}
</style>
border-color css
<style>
span { border-color: #006999; }
span { border-color: rgb(0,105,153); }
td.TdClassName
{
border-color: #006999;
}
.TagClassName
{
border-color: #006999;
}
</style>