Shades of Dark Blue #000489
Tints of Dark Blue #000489
RGB
CMYK
RGB Variations
Color information
#000489 (or 0x000489) is known color: Dark Blue. HEX triplet: 00, 04 and 89. RGB value is (0,4,137). Sum of RGB (Red+Green+Blue) = 0+4+137=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 137 (53.91% from 255 or 97.16% from 141); Max value from RGB is 137 - color contains mainly: blue. Hex color #000489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000489 is #FFFB76. Grayscale: #111111. Windows color (decimal): -16776055 or 8979456. OLE color: 8979456.
HSL color Cylindrical-coordinate representation of color #000489: hue angle of 238.25º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000489 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 4 | 137 | - |
| CMYK | 1 | 0.97 | 0 | 0.46 |
| HSL | 238.25º | 1% | 0.27% | - |
| HSV(B) | 238.25º | 1% | 0.54% | - |
| XYZ | 4.56 | 1.89 | 23.79 | - |
| YUV | 17.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 137 | 1 | 0.97 | 0 | 0.46 | 238.25 | 1 | 0.27 |
| Hex | 0 | 4 | 89 | 64 | 61 | 0 | 2E | EE | 64 | 1B |
| Octal | 0 | 4 | 211 | 144 | 141 | 0 | 56 | 356 | 144 | 33 |
| Binary | 0 | 100 | 10001001 | 1100100 | 1100001 | 0 | 101110 | 11101110 | 1100100 | 11011 |
Color Harmonies of #000489
Complementary color
Monochromatic Colors of #000489
Black with #000489
Text Example
Text Example
White with #000489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000489; }
p { color: rgb(0,4,137); }
H1.HeaderClassName
{
color: #000489;
}
.AnyTagClassName
{
color: #000489;
}
</style>
background-color css
<style>
a { background-color: #000489; }
a { background-color: rgb(0,4,137); }
div.DivClassName
{
background-color: #000489;
}
.BgClassName
{
background-color: #000489;
}
</style>
border-color css
<style>
span { border-color: #000489; }
span { border-color: rgb(0,4,137); }
td.TdClassName
{
border-color: #000489;
}
.TagClassName
{
border-color: #000489;
}
</style>