Shades of Dark Blue #000293
Tints of Dark Blue #000293
RGB
CMYK
RGB Variations
Color information
#000293 (or 0x000293) is known color: Dark Blue. HEX triplet: 00, 02 and 93. RGB value is (0,2,147). Sum of RGB (Red+Green+Blue) = 0+2+147=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 147 (57.81% from 255 or 98.66% from 149); Max value from RGB is 147 - color contains mainly: blue. Hex color #000293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000293 is #FFFD6C. Grayscale: #111111. Windows color (decimal): -16776557 or 9634304. OLE color: 9634304.
HSL color Cylindrical-coordinate representation of color #000293: hue angle of 239.18º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000293 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 2 | 147 | - |
| CMYK | 1 | 0.99 | 0 | 0.42 |
| HSL | 239.18º | 1% | 0.29% | - |
| HSV(B) | 239.18º | 1% | 0.58% | - |
| XYZ | 5.29 | 2.15 | 27.74 | - |
| YUV | 17.93 | 200.84 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 147 | 1 | 0.99 | 0 | 0.42 | 239.18 | 1 | 0.29 |
| Hex | 0 | 2 | 93 | 64 | 63 | 0 | 2A | EF | 64 | 1D |
| Octal | 0 | 2 | 223 | 144 | 143 | 0 | 52 | 357 | 144 | 35 |
| Binary | 0 | 10 | 10010011 | 1100100 | 1100011 | 0 | 101010 | 11101111 | 1100100 | 11101 |
Color Harmonies of #000293
Complementary color
Monochromatic Colors of #000293
Black with #000293
Text Example
Text Example
White with #000293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000293; }
p { color: rgb(0,2,147); }
H1.HeaderClassName
{
color: #000293;
}
.AnyTagClassName
{
color: #000293;
}
</style>
background-color css
<style>
a { background-color: #000293; }
a { background-color: rgb(0,2,147); }
div.DivClassName
{
background-color: #000293;
}
.BgClassName
{
background-color: #000293;
}
</style>
border-color css
<style>
span { border-color: #000293; }
span { border-color: rgb(0,2,147); }
td.TdClassName
{
border-color: #000293;
}
.TagClassName
{
border-color: #000293;
}
</style>