Shades of Dark Blue #000186
Tints of Dark Blue #000186
RGB
CMYK
RGB Variations
Color information
#000186 (or 0x000186) is known color: Dark Blue. HEX triplet: 00, 01 and 86. RGB value is (0,1,134). Sum of RGB (Red+Green+Blue) = 0+1+134=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 134 (52.73% from 255 or 99.26% from 135); Max value from RGB is 134 - color contains mainly: blue. Hex color #000186 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000186 is #FFFE79. Grayscale: #0F0F0F. Windows color (decimal): -16776826 or 8782080. OLE color: 8782080.
HSL color Cylindrical-coordinate representation of color #000186: hue angle of 239.55º 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 #000186 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 1 | 134 | - |
| CMYK | 1 | 0.99 | 0 | 0.47 |
| HSL | 239.55º | 1% | 0.26% | - |
| HSV(B) | 239.55º | 1% | 0.53% | - |
| XYZ | 4.31 | 1.74 | 22.66 | - |
| YUV | 15.86 | 194.67 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 134 | 1 | 0.99 | 0 | 0.47 | 239.55 | 1 | 0.26 |
| Hex | 0 | 1 | 86 | 64 | 63 | 0 | 2F | F0 | 64 | 1A |
| Octal | 0 | 1 | 206 | 144 | 143 | 0 | 57 | 360 | 144 | 32 |
| Binary | 0 | 1 | 10000110 | 1100100 | 1100011 | 0 | 101111 | 11110000 | 1100100 | 11010 |
Color Harmonies of #000186
Complementary color
Monochromatic Colors of #000186
Black with #000186
Text Example
Text Example
White with #000186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000186; }
p { color: rgb(0,1,134); }
H1.HeaderClassName
{
color: #000186;
}
.AnyTagClassName
{
color: #000186;
}
</style>
background-color css
<style>
a { background-color: #000186; }
a { background-color: rgb(0,1,134); }
div.DivClassName
{
background-color: #000186;
}
.BgClassName
{
background-color: #000186;
}
</style>
border-color css
<style>
span { border-color: #000186; }
span { border-color: rgb(0,1,134); }
td.TdClassName
{
border-color: #000186;
}
.TagClassName
{
border-color: #000186;
}
</style>