Shades of Dark Blue #010790
Tints of Dark Blue #010790
RGB
CMYK
RGB Variations
Color information
#010790 (or 0x010790) is known color: Dark Blue. HEX triplet: 01, 07 and 90. RGB value is (1,7,144). Sum of RGB (Red+Green+Blue) = 1+7+144=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 144 (56.64% from 255 or 94.74% from 152); Max value from RGB is 144 - color contains mainly: blue. Hex color #010790 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010790 is #FEF86F. Grayscale: #141414. Windows color (decimal): -16709744 or 9438977. OLE color: 9438977.
HSL color Cylindrical-coordinate representation of color #010790: hue angle of 237.48º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010790 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 7 | 144 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.44 |
| HSL | 237.48º | 0.99% | 0.28% | - |
| HSV(B) | 237.48º | 0.99% | 0.56% | - |
| XYZ | 5.12 | 2.17 | 26.53 | - |
| YUV | 20.82 | 197.51 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 144 | 0.99 | 0.95 | 0 | 0.44 | 237.48 | 0.99 | 0.28 |
| Hex | 1 | 7 | 90 | 63 | 5F | 0 | 2C | ED | 63 | 1C |
| Octal | 1 | 7 | 220 | 143 | 137 | 0 | 54 | 355 | 143 | 34 |
| Binary | 1 | 111 | 10010000 | 1100011 | 1011111 | 0 | 101100 | 11101101 | 1100011 | 11100 |
Color Harmonies of #010790
Complementary color
Monochromatic Colors of #010790
Black with #010790
Text Example
Text Example
White with #010790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010790; }
p { color: rgb(1,7,144); }
H1.HeaderClassName
{
color: #010790;
}
.AnyTagClassName
{
color: #010790;
}
</style>
background-color css
<style>
a { background-color: #010790; }
a { background-color: rgb(1,7,144); }
div.DivClassName
{
background-color: #010790;
}
.BgClassName
{
background-color: #010790;
}
</style>
border-color css
<style>
span { border-color: #010790; }
span { border-color: rgb(1,7,144); }
td.TdClassName
{
border-color: #010790;
}
.TagClassName
{
border-color: #010790;
}
</style>