Shades of Cerulean #006298
Tints of Cerulean #006298
RGB
CMYK
RGB Variations
Color information
#006298 (or 0x006298) is known color: Cerulean. HEX triplet: 00, 62 and 98. RGB value is (0,98,152). Sum of RGB (Red+Green+Blue) = 0+98+152=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #006298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006298 is #FF9D67. Grayscale: #4A4A4A. Windows color (decimal): -16751976 or 9986560. OLE color: 9986560.
HSL color Cylindrical-coordinate representation of color #006298: hue angle of 201.32º 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 #006298 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 98 | 152 | - |
| CMYK | 1 | 0.36 | 0 | 0.40 |
| HSL | 201.32º | 1% | 0.3% | - |
| HSV(B) | 201.32º | 1% | 0.6% | - |
| XYZ | 10.04 | 11 | 31.3 | - |
| YUV | 74.85 | 171.53 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 152 | 1 | 0.36 | 0 | 0.40 | 201.32 | 1 | 0.3 |
| Hex | 0 | 62 | 98 | 64 | 24 | 0 | 28 | C9 | 64 | 1E |
| Octal | 0 | 142 | 230 | 144 | 44 | 0 | 50 | 311 | 144 | 36 |
| Binary | 0 | 1100010 | 10011000 | 1100100 | 100100 | 0 | 101000 | 11001001 | 1100100 | 11110 |
Color Harmonies of #006298
Complementary color
Monochromatic Colors of #006298
Black with #006298
Text Example
Text Example
White with #006298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006298; }
p { color: rgb(0,98,152); }
H1.HeaderClassName
{
color: #006298;
}
.AnyTagClassName
{
color: #006298;
}
</style>
background-color css
<style>
a { background-color: #006298; }
a { background-color: rgb(0,98,152); }
div.DivClassName
{
background-color: #006298;
}
.BgClassName
{
background-color: #006298;
}
</style>
border-color css
<style>
span { border-color: #006298; }
span { border-color: rgb(0,98,152); }
td.TdClassName
{
border-color: #006298;
}
.TagClassName
{
border-color: #006298;
}
</style>