Shades of Cerulean #006297
Tints of Cerulean #006297
RGB
CMYK
RGB Variations
Color information
#006297 (or 0x006297) is known color: Cerulean. HEX triplet: 00, 62 and 97. RGB value is (0,98,151). Sum of RGB (Red+Green+Blue) = 0+98+151=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #006297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006297 is #FF9D68. Grayscale: #4A4A4A. Windows color (decimal): -16751977 or 9921024. OLE color: 9921024.
HSL color Cylindrical-coordinate representation of color #006297: hue angle of 201.06º 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 #006297 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 98 | 151 | - |
| CMYK | 1 | 0.35 | 0 | 0.41 |
| HSL | 201.06º | 1% | 0.3% | - |
| HSV(B) | 201.06º | 1% | 0.59% | - |
| XYZ | 9.95 | 10.97 | 30.87 | - |
| YUV | 74.74 | 171.03 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 151 | 1 | 0.35 | 0 | 0.41 | 201.06 | 1 | 0.3 |
| Hex | 0 | 62 | 97 | 64 | 23 | 0 | 29 | C9 | 64 | 1E |
| Octal | 0 | 142 | 227 | 144 | 43 | 0 | 51 | 311 | 144 | 36 |
| Binary | 0 | 1100010 | 10010111 | 1100100 | 100011 | 0 | 101001 | 11001001 | 1100100 | 11110 |
Color Harmonies of #006297
Complementary color
Monochromatic Colors of #006297
Black with #006297
Text Example
Text Example
White with #006297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006297; }
p { color: rgb(0,98,151); }
H1.HeaderClassName
{
color: #006297;
}
.AnyTagClassName
{
color: #006297;
}
</style>
background-color css
<style>
a { background-color: #006297; }
a { background-color: rgb(0,98,151); }
div.DivClassName
{
background-color: #006297;
}
.BgClassName
{
background-color: #006297;
}
</style>
border-color css
<style>
span { border-color: #006297; }
span { border-color: rgb(0,98,151); }
td.TdClassName
{
border-color: #006297;
}
.TagClassName
{
border-color: #006297;
}
</style>