Shades of Dark Blue #000190
Tints of Dark Blue #000190
RGB
CMYK
RGB Variations
Color information
#000190 (or 0x000190) is known color: Dark Blue. HEX triplet: 00, 01 and 90. RGB value is (0,1,144). Sum of RGB (Red+Green+Blue) = 0+1+144=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 144 (56.64% from 255 or 99.31% from 145); Max value from RGB is 144 - color contains mainly: blue. Hex color #000190 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000190 is #FFFE6F. Grayscale: #101010. Windows color (decimal): -16776816 or 9437440. OLE color: 9437440.
HSL color Cylindrical-coordinate representation of color #000190: hue angle of 239.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000190 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 1 | 144 | - |
| CMYK | 1 | 0.99 | 0 | 0.44 |
| HSL | 239.58º | 1% | 0.28% | - |
| HSV(B) | 239.58º | 1% | 0.56% | - |
| XYZ | 5.04 | 2.04 | 26.51 | - |
| YUV | 17 | 199.67 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 144 | 1 | 0.99 | 0 | 0.44 | 239.58 | 1 | 0.28 |
| Hex | 0 | 1 | 90 | 64 | 63 | 0 | 2C | F0 | 64 | 1C |
| Octal | 0 | 1 | 220 | 144 | 143 | 0 | 54 | 360 | 144 | 34 |
| Binary | 0 | 1 | 10010000 | 1100100 | 1100011 | 0 | 101100 | 11110000 | 1100100 | 11100 |
Color Harmonies of #000190
Complementary color
Monochromatic Colors of #000190
Black with #000190
Text Example
Text Example
White with #000190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000190; }
p { color: rgb(0,1,144); }
H1.HeaderClassName
{
color: #000190;
}
.AnyTagClassName
{
color: #000190;
}
</style>
background-color css
<style>
a { background-color: #000190; }
a { background-color: rgb(0,1,144); }
div.DivClassName
{
background-color: #000190;
}
.BgClassName
{
background-color: #000190;
}
</style>
border-color css
<style>
span { border-color: #000190; }
span { border-color: rgb(0,1,144); }
td.TdClassName
{
border-color: #000190;
}
.TagClassName
{
border-color: #000190;
}
</style>