Shades of Dark Blue #000592
Tints of Dark Blue #000592
RGB
CMYK
RGB Variations
Color information
#000592 (or 0x000592) is known color: Dark Blue. HEX triplet: 00, 05 and 92. RGB value is (0,5,146). Sum of RGB (Red+Green+Blue) = 0+5+146=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 146 (57.42% from 255 or 96.69% from 151); Max value from RGB is 146 - color contains mainly: blue. Hex color #000592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000592 is #FFFA6D. Grayscale: #131313. Windows color (decimal): -16775790 or 9569536. OLE color: 9569536.
HSL color Cylindrical-coordinate representation of color #000592: hue angle of 237.95º 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 #000592 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 5 | 146 | - |
| CMYK | 1 | 0.97 | 0 | 0.43 |
| HSL | 237.95º | 1% | 0.29% | - |
| HSV(B) | 237.95º | 1% | 0.57% | - |
| XYZ | 5.24 | 2.18 | 27.34 | - |
| YUV | 19.58 | 199.34 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 146 | 1 | 0.97 | 0 | 0.43 | 237.95 | 1 | 0.29 |
| Hex | 0 | 5 | 92 | 64 | 61 | 0 | 2B | EE | 64 | 1D |
| Octal | 0 | 5 | 222 | 144 | 141 | 0 | 53 | 356 | 144 | 35 |
| Binary | 0 | 101 | 10010010 | 1100100 | 1100001 | 0 | 101011 | 11101110 | 1100100 | 11101 |
Color Harmonies of #000592
Complementary color
Monochromatic Colors of #000592
Black with #000592
Text Example
Text Example
White with #000592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000592; }
p { color: rgb(0,5,146); }
H1.HeaderClassName
{
color: #000592;
}
.AnyTagClassName
{
color: #000592;
}
</style>
background-color css
<style>
a { background-color: #000592; }
a { background-color: rgb(0,5,146); }
div.DivClassName
{
background-color: #000592;
}
.BgClassName
{
background-color: #000592;
}
</style>
border-color css
<style>
span { border-color: #000592; }
span { border-color: rgb(0,5,146); }
td.TdClassName
{
border-color: #000592;
}
.TagClassName
{
border-color: #000592;
}
</style>