Shades of Cerulean #005F99
Tints of Cerulean #005F99
RGB
CMYK
RGB Variations
Color information
#005F99 (or 0x005F99) is known color: Cerulean. HEX triplet: 00, 5F and 99. RGB value is (0,95,153). Sum of RGB (Red+Green+Blue) = 0+95+153=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #005F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F99 is #FFA066. Grayscale: #484848. Windows color (decimal): -16752743 or 10051328. OLE color: 10051328.
HSL color Cylindrical-coordinate representation of color #005F99: hue angle of 202.75º 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 #005F99 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 95 | 153 | - |
| CMYK | 1 | 0.38 | 0 | 0.4 |
| HSL | 202.75º | 1% | 0.3% | - |
| HSV(B) | 202.75º | 1% | 0.6% | - |
| XYZ | 9.84 | 10.48 | 31.64 | - |
| YUV | 73.21 | 173.03 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 153 | 1 | 0.38 | 0 | 0.4 | 202.75 | 1 | 0.3 |
| Hex | 0 | 5F | 99 | 64 | 26 | 0 | 28 | CB | 64 | 1E |
| Octal | 0 | 137 | 231 | 144 | 46 | 0 | 50 | 313 | 144 | 36 |
| Binary | 0 | 1011111 | 10011001 | 1100100 | 100110 | 0 | 101000 | 11001011 | 1100100 | 11110 |
Color Harmonies of #005F99
Complementary color
Monochromatic Colors of #005F99
Black with #005F99
Text Example
Text Example
White with #005F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F99; }
p { color: rgb(0,95,153); }
H1.HeaderClassName
{
color: #005F99;
}
.AnyTagClassName
{
color: #005F99;
}
</style>
background-color css
<style>
a { background-color: #005F99; }
a { background-color: rgb(0,95,153); }
div.DivClassName
{
background-color: #005F99;
}
.BgClassName
{
background-color: #005F99;
}
</style>
border-color css
<style>
span { border-color: #005F99; }
span { border-color: rgb(0,95,153); }
td.TdClassName
{
border-color: #005F99;
}
.TagClassName
{
border-color: #005F99;
}
</style>