Shades of Dark Blue #000291
Tints of Dark Blue #000291
RGB
CMYK
RGB Variations
Color information
#000291 (or 0x000291) is known color: Dark Blue. HEX triplet: 00, 02 and 91. RGB value is (0,2,145). Sum of RGB (Red+Green+Blue) = 0+2+145=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 145 (57.03% from 255 or 98.64% from 147); Max value from RGB is 145 - color contains mainly: blue. Hex color #000291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000291 is #FFFD6E. Grayscale: #111111. Windows color (decimal): -16776559 or 9503232. OLE color: 9503232.
HSL color Cylindrical-coordinate representation of color #000291: hue angle of 239.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000291 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 2 | 145 | - |
| CMYK | 1 | 0.99 | 0 | 0.43 |
| HSL | 239.17º | 1% | 0.28% | - |
| HSV(B) | 239.17º | 1% | 0.57% | - |
| XYZ | 5.13 | 2.09 | 26.92 | - |
| YUV | 17.7 | 199.84 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 145 | 1 | 0.99 | 0 | 0.43 | 239.17 | 1 | 0.28 |
| Hex | 0 | 2 | 91 | 64 | 63 | 0 | 2B | EF | 64 | 1C |
| Octal | 0 | 2 | 221 | 144 | 143 | 0 | 53 | 357 | 144 | 34 |
| Binary | 0 | 10 | 10010001 | 1100100 | 1100011 | 0 | 101011 | 11101111 | 1100100 | 11100 |
Color Harmonies of #000291
Complementary color
Monochromatic Colors of #000291
Black with #000291
Text Example
Text Example
White with #000291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000291; }
p { color: rgb(0,2,145); }
H1.HeaderClassName
{
color: #000291;
}
.AnyTagClassName
{
color: #000291;
}
</style>
background-color css
<style>
a { background-color: #000291; }
a { background-color: rgb(0,2,145); }
div.DivClassName
{
background-color: #000291;
}
.BgClassName
{
background-color: #000291;
}
</style>
border-color css
<style>
span { border-color: #000291; }
span { border-color: rgb(0,2,145); }
td.TdClassName
{
border-color: #000291;
}
.TagClassName
{
border-color: #000291;
}
</style>