Shades of Dark Blue #010F86
Tints of Dark Blue #010F86
RGB
CMYK
RGB Variations
Color information
#010F86 (or 0x010F86) is known color: Dark Blue. HEX triplet: 01, 0F and 86. RGB value is (1,15,134). Sum of RGB (Red+Green+Blue) = 1+15+134=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 134 (52.73% from 255 or 89.33% from 150); Max value from RGB is 134 - color contains mainly: blue. Hex color #010F86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010F86 is #FEF079. Grayscale: #171717. Windows color (decimal): -16707706 or 8785665. OLE color: 8785665.
HSL color Cylindrical-coordinate representation of color #010F86: hue angle of 233.68º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F86 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 15 | 134 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.47 |
| HSL | 233.68º | 0.99% | 0.26% | - |
| HSV(B) | 233.68º | 0.99% | 0.53% | - |
| XYZ | 4.49 | 2.07 | 22.72 | - |
| YUV | 24.38 | 189.86 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 134 | 0.99 | 0.89 | 0 | 0.47 | 233.68 | 0.99 | 0.26 |
| Hex | 1 | F | 86 | 63 | 59 | 0 | 2F | EA | 63 | 1A |
| Octal | 1 | 17 | 206 | 143 | 131 | 0 | 57 | 352 | 143 | 32 |
| Binary | 1 | 1111 | 10000110 | 1100011 | 1011001 | 0 | 101111 | 11101010 | 1100011 | 11010 |
Color Harmonies of #010F86
Complementary color
Monochromatic Colors of #010F86
Black with #010F86
Text Example
Text Example
White with #010F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F86; }
p { color: rgb(1,15,134); }
H1.HeaderClassName
{
color: #010F86;
}
.AnyTagClassName
{
color: #010F86;
}
</style>
background-color css
<style>
a { background-color: #010F86; }
a { background-color: rgb(1,15,134); }
div.DivClassName
{
background-color: #010F86;
}
.BgClassName
{
background-color: #010F86;
}
</style>
border-color css
<style>
span { border-color: #010F86; }
span { border-color: rgb(1,15,134); }
td.TdClassName
{
border-color: #010F86;
}
.TagClassName
{
border-color: #010F86;
}
</style>