Shades of Cerulean #005E95
Tints of Cerulean #005E95
RGB
CMYK
RGB Variations
Color information
#005E95 (or 0x005E95) is known color: Cerulean. HEX triplet: 00, 5E and 95. RGB value is (0,94,149). Sum of RGB (Red+Green+Blue) = 0+94+149=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #005E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E95 is #FFA16A. Grayscale: #474747. Windows color (decimal): -16753003 or 9788928. OLE color: 9788928.
HSL color Cylindrical-coordinate representation of color #005E95: hue angle of 202.15º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E95 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 94 | 149 | - |
| CMYK | 1 | 0.37 | 0 | 0.42 |
| HSL | 202.15º | 1% | 0.29% | - |
| HSV(B) | 202.15º | 1% | 0.58% | - |
| XYZ | 9.43 | 10.18 | 29.9 | - |
| YUV | 72.16 | 171.36 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 149 | 1 | 0.37 | 0 | 0.42 | 202.15 | 1 | 0.29 |
| Hex | 0 | 5E | 95 | 64 | 25 | 0 | 2A | CA | 64 | 1D |
| Octal | 0 | 136 | 225 | 144 | 45 | 0 | 52 | 312 | 144 | 35 |
| Binary | 0 | 1011110 | 10010101 | 1100100 | 100101 | 0 | 101010 | 11001010 | 1100100 | 11101 |
Color Harmonies of #005E95
Complementary color
Monochromatic Colors of #005E95
Black with #005E95
Text Example
Text Example
White with #005E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005E95; }
p { color: rgb(0,94,149); }
H1.HeaderClassName
{
color: #005E95;
}
.AnyTagClassName
{
color: #005E95;
}
</style>
background-color css
<style>
a { background-color: #005E95; }
a { background-color: rgb(0,94,149); }
div.DivClassName
{
background-color: #005E95;
}
.BgClassName
{
background-color: #005E95;
}
</style>
border-color css
<style>
span { border-color: #005E95; }
span { border-color: rgb(0,94,149); }
td.TdClassName
{
border-color: #005E95;
}
.TagClassName
{
border-color: #005E95;
}
</style>