Shades of Dark Blue #000286
Tints of Dark Blue #000286
RGB
CMYK
RGB Variations
Color information
#000286 (or 0x000286) is known color: Dark Blue. HEX triplet: 00, 02 and 86. RGB value is (0,2,134). Sum of RGB (Red+Green+Blue) = 0+2+134=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 134 (52.73% from 255 or 98.53% from 136); Max value from RGB is 134 - color contains mainly: blue. Hex color #000286 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000286 is #FFFD79. Grayscale: #0F0F0F. Windows color (decimal): -16776570 or 8782336. OLE color: 8782336.
HSL color Cylindrical-coordinate representation of color #000286: hue angle of 239.1º 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 #000286 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 2 | 134 | - |
| CMYK | 1 | 0.99 | 0 | 0.47 |
| HSL | 239.1º | 1% | 0.26% | - |
| HSV(B) | 239.1º | 1% | 0.53% | - |
| XYZ | 4.32 | 1.76 | 22.67 | - |
| YUV | 16.45 | 194.34 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 134 | 1 | 0.99 | 0 | 0.47 | 239.1 | 1 | 0.26 |
| Hex | 0 | 2 | 86 | 64 | 63 | 0 | 2F | EF | 64 | 1A |
| Octal | 0 | 2 | 206 | 144 | 143 | 0 | 57 | 357 | 144 | 32 |
| Binary | 0 | 10 | 10000110 | 1100100 | 1100011 | 0 | 101111 | 11101111 | 1100100 | 11010 |
Color Harmonies of #000286
Complementary color
Monochromatic Colors of #000286
Black with #000286
Text Example
Text Example
White with #000286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000286; }
p { color: rgb(0,2,134); }
H1.HeaderClassName
{
color: #000286;
}
.AnyTagClassName
{
color: #000286;
}
</style>
background-color css
<style>
a { background-color: #000286; }
a { background-color: rgb(0,2,134); }
div.DivClassName
{
background-color: #000286;
}
.BgClassName
{
background-color: #000286;
}
</style>
border-color css
<style>
span { border-color: #000286; }
span { border-color: rgb(0,2,134); }
td.TdClassName
{
border-color: #000286;
}
.TagClassName
{
border-color: #000286;
}
</style>