Shades of Dark Cerulean #005A85
Tints of Dark Cerulean #005A85
RGB
CMYK
RGB Variations
Color information
#005A85 (or 0x005A85) is known color: Dark Cerulean. HEX triplet: 00, 5A and 85. RGB value is (0,90,133). Sum of RGB (Red+Green+Blue) = 0+90+133=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #005A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A85 is #FFA57A. Grayscale: #434343. Windows color (decimal): -16754043 or 8739328. OLE color: 8739328.
HSL color Cylindrical-coordinate representation of color #005A85: hue angle of 199.4º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A85 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 90 | 133 | - |
| CMYK | 1 | 0.32 | 0 | 0.48 |
| HSL | 199.4º | 1% | 0.26% | - |
| HSV(B) | 199.4º | 1% | 0.52% | - |
| XYZ | 7.89 | 9.01 | 23.51 | - |
| YUV | 67.99 | 164.68 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 133 | 1 | 0.32 | 0 | 0.48 | 199.4 | 1 | 0.26 |
| Hex | 0 | 5A | 85 | 64 | 20 | 0 | 30 | C7 | 64 | 1A |
| Octal | 0 | 132 | 205 | 144 | 40 | 0 | 60 | 307 | 144 | 32 |
| Binary | 0 | 1011010 | 10000101 | 1100100 | 100000 | 0 | 110000 | 11000111 | 1100100 | 11010 |
Color Harmonies of #005A85
Complementary color
Monochromatic Colors of #005A85
Black with #005A85
Text Example
Text Example
White with #005A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A85; }
p { color: rgb(0,90,133); }
H1.HeaderClassName
{
color: #005A85;
}
.AnyTagClassName
{
color: #005A85;
}
</style>
background-color css
<style>
a { background-color: #005A85; }
a { background-color: rgb(0,90,133); }
div.DivClassName
{
background-color: #005A85;
}
.BgClassName
{
background-color: #005A85;
}
</style>
border-color css
<style>
span { border-color: #005A85; }
span { border-color: rgb(0,90,133); }
td.TdClassName
{
border-color: #005A85;
}
.TagClassName
{
border-color: #005A85;
}
</style>