Shades of Dark Blue #000287
Tints of Dark Blue #000287
RGB
CMYK
RGB Variations
Color information
#000287 (or 0x000287) is known color: Dark Blue. HEX triplet: 00, 02 and 87. RGB value is (0,2,135). Sum of RGB (Red+Green+Blue) = 0+2+135=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 135 (53.12% from 255 or 98.54% from 137); Max value from RGB is 135 - color contains mainly: blue. Hex color #000287 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000287 is #FFFD78. Grayscale: #101010. Windows color (decimal): -16776569 or 8847872. OLE color: 8847872.
HSL color Cylindrical-coordinate representation of color #000287: hue angle of 239.11º 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 #000287 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 2 | 135 | - |
| CMYK | 1 | 0.99 | 0 | 0.47 |
| HSL | 239.11º | 1% | 0.26% | - |
| HSV(B) | 239.11º | 1% | 0.53% | - |
| XYZ | 4.39 | 1.79 | 23.04 | - |
| YUV | 16.56 | 194.84 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 135 | 1 | 0.99 | 0 | 0.47 | 239.11 | 1 | 0.26 |
| Hex | 0 | 2 | 87 | 64 | 63 | 0 | 2F | EF | 64 | 1A |
| Octal | 0 | 2 | 207 | 144 | 143 | 0 | 57 | 357 | 144 | 32 |
| Binary | 0 | 10 | 10000111 | 1100100 | 1100011 | 0 | 101111 | 11101111 | 1100100 | 11010 |
Color Harmonies of #000287
Complementary color
Monochromatic Colors of #000287
Black with #000287
Text Example
Text Example
White with #000287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000287; }
p { color: rgb(0,2,135); }
H1.HeaderClassName
{
color: #000287;
}
.AnyTagClassName
{
color: #000287;
}
</style>
background-color css
<style>
a { background-color: #000287; }
a { background-color: rgb(0,2,135); }
div.DivClassName
{
background-color: #000287;
}
.BgClassName
{
background-color: #000287;
}
</style>
border-color css
<style>
span { border-color: #000287; }
span { border-color: rgb(0,2,135); }
td.TdClassName
{
border-color: #000287;
}
.TagClassName
{
border-color: #000287;
}
</style>