Shades of Dark Blue #001B86
Tints of Dark Blue #001B86
RGB
CMYK
RGB Variations
Color information
#001B86 (or 0x001B86) is known color: Dark Blue. HEX triplet: 00, 1B and 86. RGB value is (0,27,134). Sum of RGB (Red+Green+Blue) = 0+27+134=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 134 (52.73% from 255 or 83.23% from 161); Max value from RGB is 134 - color contains mainly: blue. Hex color #001B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001B86 is #FFE479. Grayscale: #1E1E1E. Windows color (decimal): -16770170 or 8788736. OLE color: 8788736.
HSL color Cylindrical-coordinate representation of color #001B86: hue angle of 227.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B86 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 27 | 134 | - |
| CMYK | 1 | 0.80 | 0 | 0.47 |
| HSL | 227.91º | 1% | 0.26% | - |
| HSV(B) | 227.91º | 1% | 0.53% | - |
| XYZ | 4.7 | 2.51 | 22.79 | - |
| YUV | 31.13 | 186.05 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 134 | 1 | 0.80 | 0 | 0.47 | 227.91 | 1 | 0.26 |
| Hex | 0 | 1B | 86 | 64 | 50 | 0 | 2F | E4 | 64 | 1A |
| Octal | 0 | 33 | 206 | 144 | 120 | 0 | 57 | 344 | 144 | 32 |
| Binary | 0 | 11011 | 10000110 | 1100100 | 1010000 | 0 | 101111 | 11100100 | 1100100 | 11010 |
Color Harmonies of #001B86
Complementary color
Monochromatic Colors of #001B86
Black with #001B86
Text Example
Text Example
White with #001B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B86; }
p { color: rgb(0,27,134); }
H1.HeaderClassName
{
color: #001B86;
}
.AnyTagClassName
{
color: #001B86;
}
</style>
background-color css
<style>
a { background-color: #001B86; }
a { background-color: rgb(0,27,134); }
div.DivClassName
{
background-color: #001B86;
}
.BgClassName
{
background-color: #001B86;
}
</style>
border-color css
<style>
span { border-color: #001B86; }
span { border-color: rgb(0,27,134); }
td.TdClassName
{
border-color: #001B86;
}
.TagClassName
{
border-color: #001B86;
}
</style>