Shades of Cerulean #005F96
Tints of Cerulean #005F96
RGB
CMYK
RGB Variations
Color information
#005F96 (or 0x005F96) is known color: Cerulean. HEX triplet: 00, 5F and 96. RGB value is (0,95,150). Sum of RGB (Red+Green+Blue) = 0+95+150=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #005F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F96 is #FFA069. Grayscale: #484848. Windows color (decimal): -16752746 or 9854720. OLE color: 9854720.
HSL color Cylindrical-coordinate representation of color #005F96: hue angle of 202º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F96 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 95 | 150 | - |
| CMYK | 1 | 0.37 | 0 | 0.41 |
| HSL | 202º | 1% | 0.29% | - |
| HSV(B) | 202º | 1% | 0.59% | - |
| XYZ | 9.6 | 10.39 | 30.35 | - |
| YUV | 72.87 | 171.53 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 150 | 1 | 0.37 | 0 | 0.41 | 202 | 1 | 0.29 |
| Hex | 0 | 5F | 96 | 64 | 25 | 0 | 29 | CA | 64 | 1D |
| Octal | 0 | 137 | 226 | 144 | 45 | 0 | 51 | 312 | 144 | 35 |
| Binary | 0 | 1011111 | 10010110 | 1100100 | 100101 | 0 | 101001 | 11001010 | 1100100 | 11101 |
Color Harmonies of #005F96
Complementary color
Monochromatic Colors of #005F96
Black with #005F96
Text Example
Text Example
White with #005F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F96; }
p { color: rgb(0,95,150); }
H1.HeaderClassName
{
color: #005F96;
}
.AnyTagClassName
{
color: #005F96;
}
</style>
background-color css
<style>
a { background-color: #005F96; }
a { background-color: rgb(0,95,150); }
div.DivClassName
{
background-color: #005F96;
}
.BgClassName
{
background-color: #005F96;
}
</style>
border-color css
<style>
span { border-color: #005F96; }
span { border-color: rgb(0,95,150); }
td.TdClassName
{
border-color: #005F96;
}
.TagClassName
{
border-color: #005F96;
}
</style>