Shades of Dark Blue #000588
Tints of Dark Blue #000588
RGB
CMYK
RGB Variations
Color information
#000588 (or 0x000588) is known color: Dark Blue. HEX triplet: 00, 05 and 88. RGB value is (0,5,136). Sum of RGB (Red+Green+Blue) = 0+5+136=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 136 (53.52% from 255 or 96.45% from 141); Max value from RGB is 136 - color contains mainly: blue. Hex color #000588 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000588 is #FFFA77. Grayscale: #111111. Windows color (decimal): -16775800 or 8914176. OLE color: 8914176.
HSL color Cylindrical-coordinate representation of color #000588: hue angle of 237.79º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000588 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 5 | 136 | - |
| CMYK | 1 | 0.96 | 0 | 0.47 |
| HSL | 237.79º | 1% | 0.27% | - |
| HSV(B) | 237.79º | 1% | 0.53% | - |
| XYZ | 4.5 | 1.89 | 23.42 | - |
| YUV | 18.44 | 194.34 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 136 | 1 | 0.96 | 0 | 0.47 | 237.79 | 1 | 0.27 |
| Hex | 0 | 5 | 88 | 64 | 60 | 0 | 2F | EE | 64 | 1B |
| Octal | 0 | 5 | 210 | 144 | 140 | 0 | 57 | 356 | 144 | 33 |
| Binary | 0 | 101 | 10001000 | 1100100 | 1100000 | 0 | 101111 | 11101110 | 1100100 | 11011 |
Color Harmonies of #000588
Complementary color
Monochromatic Colors of #000588
Black with #000588
Text Example
Text Example
White with #000588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000588; }
p { color: rgb(0,5,136); }
H1.HeaderClassName
{
color: #000588;
}
.AnyTagClassName
{
color: #000588;
}
</style>
background-color css
<style>
a { background-color: #000588; }
a { background-color: rgb(0,5,136); }
div.DivClassName
{
background-color: #000588;
}
.BgClassName
{
background-color: #000588;
}
</style>
border-color css
<style>
span { border-color: #000588; }
span { border-color: rgb(0,5,136); }
td.TdClassName
{
border-color: #000588;
}
.TagClassName
{
border-color: #000588;
}
</style>