Shades of Dark Cerulean #005A8B
Tints of Dark Cerulean #005A8B
RGB
CMYK
RGB Variations
Color information
#005A8B (or 0x005A8B) is known color: Dark Cerulean. HEX triplet: 00, 5A and 8B. RGB value is (0,90,139). Sum of RGB (Red+Green+Blue) = 0+90+139=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #005A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A8B is #FFA574. Grayscale: #444444. Windows color (decimal): -16754037 or 9132544. OLE color: 9132544.
HSL color Cylindrical-coordinate representation of color #005A8B: hue angle of 201.15º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A8B is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 90 | 139 | - |
| CMYK | 1 | 0.35 | 0 | 0.45 |
| HSL | 201.15º | 1% | 0.27% | - |
| HSV(B) | 201.15º | 1% | 0.55% | - |
| XYZ | 8.32 | 9.18 | 25.76 | - |
| YUV | 68.68 | 167.68 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 139 | 1 | 0.35 | 0 | 0.45 | 201.15 | 1 | 0.27 |
| Hex | 0 | 5A | 8B | 64 | 23 | 0 | 2D | C9 | 64 | 1B |
| Octal | 0 | 132 | 213 | 144 | 43 | 0 | 55 | 311 | 144 | 33 |
| Binary | 0 | 1011010 | 10001011 | 1100100 | 100011 | 0 | 101101 | 11001001 | 1100100 | 11011 |
Color Harmonies of #005A8B
Complementary color
Monochromatic Colors of #005A8B
Black with #005A8B
Text Example
Text Example
White with #005A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A8B; }
p { color: rgb(0,90,139); }
H1.HeaderClassName
{
color: #005A8B;
}
.AnyTagClassName
{
color: #005A8B;
}
</style>
background-color css
<style>
a { background-color: #005A8B; }
a { background-color: rgb(0,90,139); }
div.DivClassName
{
background-color: #005A8B;
}
.BgClassName
{
background-color: #005A8B;
}
</style>
border-color css
<style>
span { border-color: #005A8B; }
span { border-color: rgb(0,90,139); }
td.TdClassName
{
border-color: #005A8B;
}
.TagClassName
{
border-color: #005A8B;
}
</style>