Shades of Cerulean #005E98
Tints of Cerulean #005E98
RGB
CMYK
RGB Variations
Color information
#005E98 (or 0x005E98) is known color: Cerulean. HEX triplet: 00, 5E and 98. RGB value is (0,94,152). Sum of RGB (Red+Green+Blue) = 0+94+152=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #005E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E98 is #FFA167. Grayscale: #484848. Windows color (decimal): -16753000 or 9985536. OLE color: 9985536.
HSL color Cylindrical-coordinate representation of color #005E98: hue angle of 202.89º 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 #005E98 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 94 | 152 | - |
| CMYK | 1 | 0.38 | 0 | 0.40 |
| HSL | 202.89º | 1% | 0.3% | - |
| HSV(B) | 202.89º | 1% | 0.6% | - |
| XYZ | 9.67 | 10.27 | 31.18 | - |
| YUV | 72.51 | 172.86 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 152 | 1 | 0.38 | 0 | 0.40 | 202.89 | 1 | 0.3 |
| Hex | 0 | 5E | 98 | 64 | 26 | 0 | 28 | CB | 64 | 1E |
| Octal | 0 | 136 | 230 | 144 | 46 | 0 | 50 | 313 | 144 | 36 |
| Binary | 0 | 1011110 | 10011000 | 1100100 | 100110 | 0 | 101000 | 11001011 | 1100100 | 11110 |
Color Harmonies of #005E98
Complementary color
Monochromatic Colors of #005E98
Black with #005E98
Text Example
Text Example
White with #005E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005E98; }
p { color: rgb(0,94,152); }
H1.HeaderClassName
{
color: #005E98;
}
.AnyTagClassName
{
color: #005E98;
}
</style>
background-color css
<style>
a { background-color: #005E98; }
a { background-color: rgb(0,94,152); }
div.DivClassName
{
background-color: #005E98;
}
.BgClassName
{
background-color: #005E98;
}
</style>
border-color css
<style>
span { border-color: #005E98; }
span { border-color: rgb(0,94,152); }
td.TdClassName
{
border-color: #005E98;
}
.TagClassName
{
border-color: #005E98;
}
</style>