Shades of Dark Blue #000892
Tints of Dark Blue #000892
RGB
CMYK
RGB Variations
Color information
#000892 (or 0x000892) is known color: Dark Blue. HEX triplet: 00, 08 and 92. RGB value is (0,8,146). Sum of RGB (Red+Green+Blue) = 0+8+146=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 146 (57.42% from 255 or 94.81% from 154); Max value from RGB is 146 - color contains mainly: blue. Hex color #000892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000892 is #FFF76D. Grayscale: #141414. Windows color (decimal): -16775022 or 9570304. OLE color: 9570304.
HSL color Cylindrical-coordinate representation of color #000892: hue angle of 236.71º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000892 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 8 | 146 | - |
| CMYK | 1 | 0.95 | 0 | 0.43 |
| HSL | 236.71º | 1% | 0.29% | - |
| HSV(B) | 236.71º | 1% | 0.57% | - |
| XYZ | 5.28 | 2.25 | 27.35 | - |
| YUV | 21.34 | 198.35 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 146 | 1 | 0.95 | 0 | 0.43 | 236.71 | 1 | 0.29 |
| Hex | 0 | 8 | 92 | 64 | 5F | 0 | 2B | ED | 64 | 1D |
| Octal | 0 | 10 | 222 | 144 | 137 | 0 | 53 | 355 | 144 | 35 |
| Binary | 0 | 1000 | 10010010 | 1100100 | 1011111 | 0 | 101011 | 11101101 | 1100100 | 11101 |
Color Harmonies of #000892
Complementary color
Monochromatic Colors of #000892
Black with #000892
Text Example
Text Example
White with #000892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000892; }
p { color: rgb(0,8,146); }
H1.HeaderClassName
{
color: #000892;
}
.AnyTagClassName
{
color: #000892;
}
</style>
background-color css
<style>
a { background-color: #000892; }
a { background-color: rgb(0,8,146); }
div.DivClassName
{
background-color: #000892;
}
.BgClassName
{
background-color: #000892;
}
</style>
border-color css
<style>
span { border-color: #000892; }
span { border-color: rgb(0,8,146); }
td.TdClassName
{
border-color: #000892;
}
.TagClassName
{
border-color: #000892;
}
</style>