Shades of Dark Cerulean #005A8F
Tints of Dark Cerulean #005A8F
RGB
CMYK
RGB Variations
Color information
#005A8F (or 0x005A8F) is known color: Dark Cerulean. HEX triplet: 00, 5A and 8F. RGB value is (0,90,143). Sum of RGB (Red+Green+Blue) = 0+90+143=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #005A8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A8F is #FFA570. Grayscale: #444444. Windows color (decimal): -16754033 or 9394688. OLE color: 9394688.
HSL color Cylindrical-coordinate representation of color #005A8F: hue angle of 202.24º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A8F is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 90 | 143 | - |
| CMYK | 1 | 0.37 | 0 | 0.44 |
| HSL | 202.24º | 1% | 0.28% | - |
| HSV(B) | 202.24º | 1% | 0.56% | - |
| XYZ | 8.61 | 9.3 | 27.33 | - |
| YUV | 69.13 | 169.68 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 143 | 1 | 0.37 | 0 | 0.44 | 202.24 | 1 | 0.28 |
| Hex | 0 | 5A | 8F | 64 | 25 | 0 | 2C | CA | 64 | 1C |
| Octal | 0 | 132 | 217 | 144 | 45 | 0 | 54 | 312 | 144 | 34 |
| Binary | 0 | 1011010 | 10001111 | 1100100 | 100101 | 0 | 101100 | 11001010 | 1100100 | 11100 |
Color Harmonies of #005A8F
Complementary color
Monochromatic Colors of #005A8F
Black with #005A8F
Text Example
Text Example
White with #005A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A8F; }
p { color: rgb(0,90,143); }
H1.HeaderClassName
{
color: #005A8F;
}
.AnyTagClassName
{
color: #005A8F;
}
</style>
background-color css
<style>
a { background-color: #005A8F; }
a { background-color: rgb(0,90,143); }
div.DivClassName
{
background-color: #005A8F;
}
.BgClassName
{
background-color: #005A8F;
}
</style>
border-color css
<style>
span { border-color: #005A8F; }
span { border-color: rgb(0,90,143); }
td.TdClassName
{
border-color: #005A8F;
}
.TagClassName
{
border-color: #005A8F;
}
</style>