Shades of Dark Blue #010E89
Tints of Dark Blue #010E89
RGB
CMYK
RGB Variations
Color information
#010E89 (or 0x010E89) is known color: Dark Blue. HEX triplet: 01, 0E and 89. RGB value is (1,14,137). Sum of RGB (Red+Green+Blue) = 1+14+137=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 14 (5.86% from 255 or 9.21% 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 #010E89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010E89 is #FEF176. Grayscale: #171717. Windows color (decimal): -16707959 or 8982017. OLE color: 8982017.
HSL color Cylindrical-coordinate representation of color #010E89: hue angle of 234.26º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E89 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 14 | 137 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.46 |
| HSL | 234.26º | 0.99% | 0.27% | - |
| HSV(B) | 234.26º | 0.99% | 0.54% | - |
| XYZ | 4.68 | 2.13 | 23.83 | - |
| YUV | 24.14 | 191.69 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 137 | 0.99 | 0.90 | 0 | 0.46 | 234.26 | 0.99 | 0.27 |
| Hex | 1 | E | 89 | 63 | 5A | 0 | 2E | EA | 63 | 1B |
| Octal | 1 | 16 | 211 | 143 | 132 | 0 | 56 | 352 | 143 | 33 |
| Binary | 1 | 1110 | 10001001 | 1100011 | 1011010 | 0 | 101110 | 11101010 | 1100011 | 11011 |
Color Harmonies of #010E89
Complementary color
Monochromatic Colors of #010E89
Black with #010E89
Text Example
Text Example
White with #010E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E89; }
p { color: rgb(1,14,137); }
H1.HeaderClassName
{
color: #010E89;
}
.AnyTagClassName
{
color: #010E89;
}
</style>
background-color css
<style>
a { background-color: #010E89; }
a { background-color: rgb(1,14,137); }
div.DivClassName
{
background-color: #010E89;
}
.BgClassName
{
background-color: #010E89;
}
</style>
border-color css
<style>
span { border-color: #010E89; }
span { border-color: rgb(1,14,137); }
td.TdClassName
{
border-color: #010E89;
}
.TagClassName
{
border-color: #010E89;
}
</style>