Shades of Dark Blue #000992
Tints of Dark Blue #000992
RGB
CMYK
RGB Variations
Color information
#000992 (or 0x000992) is known color: Dark Blue. HEX triplet: 00, 09 and 92. RGB value is (0,9,146). Sum of RGB (Red+Green+Blue) = 0+9+146=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 146 (57.42% from 255 or 94.19% from 155); Max value from RGB is 146 - color contains mainly: blue. Hex color #000992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000992 is #FFF66D. Grayscale: #151515. Windows color (decimal): -16774766 or 9570560. OLE color: 9570560.
HSL color Cylindrical-coordinate representation of color #000992: hue angle of 236.3º 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 #000992 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 9 | 146 | - |
| CMYK | 1 | 0.94 | 0 | 0.43 |
| HSL | 236.3º | 1% | 0.29% | - |
| HSV(B) | 236.3º | 1% | 0.57% | - |
| XYZ | 5.29 | 2.27 | 27.35 | - |
| YUV | 21.93 | 198.02 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 146 | 1 | 0.94 | 0 | 0.43 | 236.3 | 1 | 0.29 |
| Hex | 0 | 9 | 92 | 64 | 5E | 0 | 2B | EC | 64 | 1D |
| Octal | 0 | 11 | 222 | 144 | 136 | 0 | 53 | 354 | 144 | 35 |
| Binary | 0 | 1001 | 10010010 | 1100100 | 1011110 | 0 | 101011 | 11101100 | 1100100 | 11101 |
Color Harmonies of #000992
Complementary color
Monochromatic Colors of #000992
Black with #000992
Text Example
Text Example
White with #000992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000992; }
p { color: rgb(0,9,146); }
H1.HeaderClassName
{
color: #000992;
}
.AnyTagClassName
{
color: #000992;
}
</style>
background-color css
<style>
a { background-color: #000992; }
a { background-color: rgb(0,9,146); }
div.DivClassName
{
background-color: #000992;
}
.BgClassName
{
background-color: #000992;
}
</style>
border-color css
<style>
span { border-color: #000992; }
span { border-color: rgb(0,9,146); }
td.TdClassName
{
border-color: #000992;
}
.TagClassName
{
border-color: #000992;
}
</style>