Shades of Dark Blue #000092
Tints of Dark Blue #000092
RGB
CMYK
RGB Variations
Color information
#000092 (or 0x000092) is known color: Dark Blue. HEX triplet: 00, 00 and 92. RGB value is (0,0,146). Sum of RGB (Red+Green+Blue) = 0+0+146=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 146 (57.42% from 255 or 100% from 146); Max value from RGB is 146 - color contains mainly: blue. Hex color #000092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000092 is #FFFF6D. Grayscale: #101010. Windows color (decimal): -16777070 or 9568256. OLE color: 9568256.
HSL color Cylindrical-coordinate representation of color #000092: hue angle of 240º 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 #000092 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 0 | 146 | - |
| CMYK | 1 | 1 | 0 | 0.43 |
| HSL | 240º | 1% | 0.29% | - |
| HSV(B) | 240º | 1% | 0.57% | - |
| XYZ | 5.19 | 2.08 | 27.32 | - |
| YUV | 16.64 | 201 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 146 | 1 | 1 | 0 | 0.43 | 240 | 1 | 0.29 |
| Hex | 0 | 0 | 92 | 64 | 64 | 0 | 2B | F0 | 64 | 1D |
| Octal | 0 | 0 | 222 | 144 | 144 | 0 | 53 | 360 | 144 | 35 |
| Binary | 0 | 0 | 10010010 | 1100100 | 1100100 | 0 | 101011 | 11110000 | 1100100 | 11101 |
Color Harmonies of #000092
Complementary color
Monochromatic Colors of #000092
Black with #000092
Text Example
Text Example
White with #000092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000092; }
p { color: rgb(0,0,146); }
H1.HeaderClassName
{
color: #000092;
}
.AnyTagClassName
{
color: #000092;
}
</style>
background-color css
<style>
a { background-color: #000092; }
a { background-color: rgb(0,0,146); }
div.DivClassName
{
background-color: #000092;
}
.BgClassName
{
background-color: #000092;
}
</style>
border-color css
<style>
span { border-color: #000092; }
span { border-color: rgb(0,0,146); }
td.TdClassName
{
border-color: #000092;
}
.TagClassName
{
border-color: #000092;
}
</style>