Shades of Dark Cerulean #005A95
Tints of Dark Cerulean #005A95
RGB
CMYK
RGB Variations
Color information
#005A95 (or 0x005A95) is known color: Dark Cerulean. HEX triplet: 00, 5A and 95. RGB value is (0,90,149). Sum of RGB (Red+Green+Blue) = 0+90+149=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #005A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A95 is #FFA56A. Grayscale: #454545. Windows color (decimal): -16754027 or 9787904. OLE color: 9787904.
HSL color Cylindrical-coordinate representation of color #005A95: hue angle of 203.76º 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 #005A95 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 90 | 149 | - |
| CMYK | 1 | 0.40 | 0 | 0.42 |
| HSL | 203.76º | 1% | 0.29% | - |
| HSV(B) | 203.76º | 1% | 0.58% | - |
| XYZ | 9.08 | 9.48 | 29.79 | - |
| YUV | 69.82 | 172.68 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 149 | 1 | 0.40 | 0 | 0.42 | 203.76 | 1 | 0.29 |
| Hex | 0 | 5A | 95 | 64 | 28 | 0 | 2A | CC | 64 | 1D |
| Octal | 0 | 132 | 225 | 144 | 50 | 0 | 52 | 314 | 144 | 35 |
| Binary | 0 | 1011010 | 10010101 | 1100100 | 101000 | 0 | 101010 | 11001100 | 1100100 | 11101 |
Color Harmonies of #005A95
Complementary color
Monochromatic Colors of #005A95
Black with #005A95
Text Example
Text Example
White with #005A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A95; }
p { color: rgb(0,90,149); }
H1.HeaderClassName
{
color: #005A95;
}
.AnyTagClassName
{
color: #005A95;
}
</style>
background-color css
<style>
a { background-color: #005A95; }
a { background-color: rgb(0,90,149); }
div.DivClassName
{
background-color: #005A95;
}
.BgClassName
{
background-color: #005A95;
}
</style>
border-color css
<style>
span { border-color: #005A95; }
span { border-color: rgb(0,90,149); }
td.TdClassName
{
border-color: #005A95;
}
.TagClassName
{
border-color: #005A95;
}
</style>