Shades of Dark Blue #000F89
Tints of Dark Blue #000F89
RGB
CMYK
RGB Variations
Color information
#000F89 (or 0x000F89) is known color: Dark Blue. HEX triplet: 00, 0F and 89. RGB value is (0,15,137). Sum of RGB (Red+Green+Blue) = 0+15+137=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 137 (53.91% from 255 or 90.13% from 152); Max value from RGB is 137 - color contains mainly: blue. Hex color #000F89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000F89 is #FFF076. Grayscale: #171717. Windows color (decimal): -16773239 or 8982272. OLE color: 8982272.
HSL color Cylindrical-coordinate representation of color #000F89: hue angle of 233.43º 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 #000F89 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 15 | 137 | - |
| CMYK | 1 | 0.89 | 0 | 0.46 |
| HSL | 233.43º | 1% | 0.27% | - |
| HSV(B) | 233.43º | 1% | 0.54% | - |
| XYZ | 4.69 | 2.15 | 23.83 | - |
| YUV | 24.42 | 191.53 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 137 | 1 | 0.89 | 0 | 0.46 | 233.43 | 1 | 0.27 |
| Hex | 0 | F | 89 | 64 | 59 | 0 | 2E | E9 | 64 | 1B |
| Octal | 0 | 17 | 211 | 144 | 131 | 0 | 56 | 351 | 144 | 33 |
| Binary | 0 | 1111 | 10001001 | 1100100 | 1011001 | 0 | 101110 | 11101001 | 1100100 | 11011 |
Color Harmonies of #000F89
Complementary color
Monochromatic Colors of #000F89
Black with #000F89
Text Example
Text Example
White with #000F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F89; }
p { color: rgb(0,15,137); }
H1.HeaderClassName
{
color: #000F89;
}
.AnyTagClassName
{
color: #000F89;
}
</style>
background-color css
<style>
a { background-color: #000F89; }
a { background-color: rgb(0,15,137); }
div.DivClassName
{
background-color: #000F89;
}
.BgClassName
{
background-color: #000F89;
}
</style>
border-color css
<style>
span { border-color: #000F89; }
span { border-color: rgb(0,15,137); }
td.TdClassName
{
border-color: #000F89;
}
.TagClassName
{
border-color: #000F89;
}
</style>