Shades of Cerulean #006997
Tints of Cerulean #006997
RGB
CMYK
RGB Variations
Color information
#006997 (or 0x006997) is known color: Cerulean. HEX triplet: 00, 69 and 97. RGB value is (0,105,151). Sum of RGB (Red+Green+Blue) = 0+105+151=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #006997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006997 is #FF9668. Grayscale: #4E4E4E. Windows color (decimal): -16750185 or 9922816. OLE color: 9922816.
HSL color Cylindrical-coordinate representation of color #006997: hue angle of 198.28º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006997 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 105 | 151 | - |
| CMYK | 1 | 0.30 | 0 | 0.41 |
| HSL | 198.28º | 1% | 0.3% | - |
| HSV(B) | 198.28º | 1% | 0.59% | - |
| XYZ | 10.64 | 12.34 | 31.1 | - |
| YUV | 78.85 | 168.71 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 151 | 1 | 0.30 | 0 | 0.41 | 198.28 | 1 | 0.3 |
| Hex | 0 | 69 | 97 | 64 | 1E | 0 | 29 | C6 | 64 | 1E |
| Octal | 0 | 151 | 227 | 144 | 36 | 0 | 51 | 306 | 144 | 36 |
| Binary | 0 | 1101001 | 10010111 | 1100100 | 11110 | 0 | 101001 | 11000110 | 1100100 | 11110 |
Color Harmonies of #006997
Complementary color
Monochromatic Colors of #006997
Black with #006997
Text Example
Text Example
White with #006997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006997; }
p { color: rgb(0,105,151); }
H1.HeaderClassName
{
color: #006997;
}
.AnyTagClassName
{
color: #006997;
}
</style>
background-color css
<style>
a { background-color: #006997; }
a { background-color: rgb(0,105,151); }
div.DivClassName
{
background-color: #006997;
}
.BgClassName
{
background-color: #006997;
}
</style>
border-color css
<style>
span { border-color: #006997; }
span { border-color: rgb(0,105,151); }
td.TdClassName
{
border-color: #006997;
}
.TagClassName
{
border-color: #006997;
}
</style>