Shades of Dark Cerulean #005A93
Tints of Dark Cerulean #005A93
RGB
CMYK
RGB Variations
Color information
#005A93 (or 0x005A93) is known color: Dark Cerulean. HEX triplet: 00, 5A and 93. RGB value is (0,90,147). Sum of RGB (Red+Green+Blue) = 0+90+147=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #005A93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A93 is #FFA56C. Grayscale: #454545. Windows color (decimal): -16754029 or 9656832. OLE color: 9656832.
HSL color Cylindrical-coordinate representation of color #005A93: hue angle of 203.27º 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 #005A93 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 90 | 147 | - |
| CMYK | 1 | 0.39 | 0 | 0.42 |
| HSL | 203.27º | 1% | 0.29% | - |
| HSV(B) | 203.27º | 1% | 0.58% | - |
| XYZ | 8.92 | 9.42 | 28.95 | - |
| YUV | 69.59 | 171.68 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 147 | 1 | 0.39 | 0 | 0.42 | 203.27 | 1 | 0.29 |
| Hex | 0 | 5A | 93 | 64 | 27 | 0 | 2A | CB | 64 | 1D |
| Octal | 0 | 132 | 223 | 144 | 47 | 0 | 52 | 313 | 144 | 35 |
| Binary | 0 | 1011010 | 10010011 | 1100100 | 100111 | 0 | 101010 | 11001011 | 1100100 | 11101 |
Color Harmonies of #005A93
Complementary color
Monochromatic Colors of #005A93
Black with #005A93
Text Example
Text Example
White with #005A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A93; }
p { color: rgb(0,90,147); }
H1.HeaderClassName
{
color: #005A93;
}
.AnyTagClassName
{
color: #005A93;
}
</style>
background-color css
<style>
a { background-color: #005A93; }
a { background-color: rgb(0,90,147); }
div.DivClassName
{
background-color: #005A93;
}
.BgClassName
{
background-color: #005A93;
}
</style>
border-color css
<style>
span { border-color: #005A93; }
span { border-color: rgb(0,90,147); }
td.TdClassName
{
border-color: #005A93;
}
.TagClassName
{
border-color: #005A93;
}
</style>