Shades of Cerulean #006597
Tints of Cerulean #006597
RGB
CMYK
RGB Variations
Color information
#006597 (or 0x006597) is known color: Cerulean. HEX triplet: 00, 65 and 97. RGB value is (0,101,151). Sum of RGB (Red+Green+Blue) = 0+101+151=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #006597 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006597 is #FF9A68. Grayscale: #4C4C4C. Windows color (decimal): -16751209 or 9921792. OLE color: 9921792.
HSL color Cylindrical-coordinate representation of color #006597: hue angle of 199.87º 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 #006597 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 101 | 151 | - |
| CMYK | 1 | 0.33 | 0 | 0.41 |
| HSL | 199.87º | 1% | 0.3% | - |
| HSV(B) | 199.87º | 1% | 0.59% | - |
| XYZ | 10.24 | 11.54 | 30.97 | - |
| YUV | 76.5 | 170.04 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 151 | 1 | 0.33 | 0 | 0.41 | 199.87 | 1 | 0.3 |
| Hex | 0 | 65 | 97 | 64 | 21 | 0 | 29 | C8 | 64 | 1E |
| Octal | 0 | 145 | 227 | 144 | 41 | 0 | 51 | 310 | 144 | 36 |
| Binary | 0 | 1100101 | 10010111 | 1100100 | 100001 | 0 | 101001 | 11001000 | 1100100 | 11110 |
Color Harmonies of #006597
Complementary color
Monochromatic Colors of #006597
Black with #006597
Text Example
Text Example
White with #006597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006597; }
p { color: rgb(0,101,151); }
H1.HeaderClassName
{
color: #006597;
}
.AnyTagClassName
{
color: #006597;
}
</style>
background-color css
<style>
a { background-color: #006597; }
a { background-color: rgb(0,101,151); }
div.DivClassName
{
background-color: #006597;
}
.BgClassName
{
background-color: #006597;
}
</style>
border-color css
<style>
span { border-color: #006597; }
span { border-color: rgb(0,101,151); }
td.TdClassName
{
border-color: #006597;
}
.TagClassName
{
border-color: #006597;
}
</style>