Shades of Cerulean #005F98
Tints of Cerulean #005F98
RGB
CMYK
RGB Variations
Color information
#005F98 (or 0x005F98) is known color: Cerulean. HEX triplet: 00, 5F and 98. RGB value is (0,95,152). Sum of RGB (Red+Green+Blue) = 0+95+152=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #005F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F98 is #FFA067. Grayscale: #484848. Windows color (decimal): -16752744 or 9985792. OLE color: 9985792.
HSL color Cylindrical-coordinate representation of color #005F98: hue angle of 202.5º 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 #005F98 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 95 | 152 | - |
| CMYK | 1 | 0.38 | 0 | 0.40 |
| HSL | 202.5º | 1% | 0.3% | - |
| HSV(B) | 202.5º | 1% | 0.6% | - |
| XYZ | 9.76 | 10.45 | 31.21 | - |
| YUV | 73.09 | 172.53 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 152 | 1 | 0.38 | 0 | 0.40 | 202.5 | 1 | 0.3 |
| Hex | 0 | 5F | 98 | 64 | 26 | 0 | 28 | CA | 64 | 1E |
| Octal | 0 | 137 | 230 | 144 | 46 | 0 | 50 | 312 | 144 | 36 |
| Binary | 0 | 1011111 | 10011000 | 1100100 | 100110 | 0 | 101000 | 11001010 | 1100100 | 11110 |
Color Harmonies of #005F98
Complementary color
Monochromatic Colors of #005F98
Black with #005F98
Text Example
Text Example
White with #005F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F98; }
p { color: rgb(0,95,152); }
H1.HeaderClassName
{
color: #005F98;
}
.AnyTagClassName
{
color: #005F98;
}
</style>
background-color css
<style>
a { background-color: #005F98; }
a { background-color: rgb(0,95,152); }
div.DivClassName
{
background-color: #005F98;
}
.BgClassName
{
background-color: #005F98;
}
</style>
border-color css
<style>
span { border-color: #005F98; }
span { border-color: rgb(0,95,152); }
td.TdClassName
{
border-color: #005F98;
}
.TagClassName
{
border-color: #005F98;
}
</style>