Shades of Dark Blue #000289
Tints of Dark Blue #000289
RGB
CMYK
RGB Variations
Color information
#000289 (or 0x000289) is known color: Dark Blue. HEX triplet: 00, 02 and 89. RGB value is (0,2,137). Sum of RGB (Red+Green+Blue) = 0+2+137=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 137 (53.91% from 255 or 98.56% from 139); Max value from RGB is 137 - color contains mainly: blue. Hex color #000289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000289 is #FFFD76. Grayscale: #101010. Windows color (decimal): -16776567 or 8978944. OLE color: 8978944.
HSL color Cylindrical-coordinate representation of color #000289: hue angle of 239.12º 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 #000289 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 2 | 137 | - |
| CMYK | 1 | 0.99 | 0 | 0.46 |
| HSL | 239.12º | 1% | 0.27% | - |
| HSV(B) | 239.12º | 1% | 0.54% | - |
| XYZ | 4.54 | 1.85 | 23.78 | - |
| YUV | 16.79 | 195.84 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 137 | 1 | 0.99 | 0 | 0.46 | 239.12 | 1 | 0.27 |
| Hex | 0 | 2 | 89 | 64 | 63 | 0 | 2E | EF | 64 | 1B |
| Octal | 0 | 2 | 211 | 144 | 143 | 0 | 56 | 357 | 144 | 33 |
| Binary | 0 | 10 | 10001001 | 1100100 | 1100011 | 0 | 101110 | 11101111 | 1100100 | 11011 |
Color Harmonies of #000289
Complementary color
Monochromatic Colors of #000289
Black with #000289
Text Example
Text Example
White with #000289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000289; }
p { color: rgb(0,2,137); }
H1.HeaderClassName
{
color: #000289;
}
.AnyTagClassName
{
color: #000289;
}
</style>
background-color css
<style>
a { background-color: #000289; }
a { background-color: rgb(0,2,137); }
div.DivClassName
{
background-color: #000289;
}
.BgClassName
{
background-color: #000289;
}
</style>
border-color css
<style>
span { border-color: #000289; }
span { border-color: rgb(0,2,137); }
td.TdClassName
{
border-color: #000289;
}
.TagClassName
{
border-color: #000289;
}
</style>