Shades of Midnight Blue #010250
Tints of Midnight Blue #010250
RGB
CMYK
RGB Variations
Color information
#010250 (or 0x010250) is known color: Midnight Blue. HEX triplet: 01, 02 and 50. RGB value is (1,2,80). Sum of RGB (Red+Green+Blue) = 1+2+80=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 80 (31.64% from 255 or 96.39% from 83); Max value from RGB is 80 - color contains mainly: blue. Hex color #010250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010250 is #FEFDAF. Grayscale: #0A0A0A. Windows color (decimal): -16711088 or 5243393. OLE color: 5243393.
HSL color Cylindrical-coordinate representation of color #010250: hue angle of 239.24º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010250 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 2 | 80 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.69 |
| HSL | 239.24º | 0.98% | 0.16% | - |
| HSV(B) | 239.24º | 0.99% | 0.31% | - |
| XYZ | 1.48 | 0.63 | 7.63 | - |
| YUV | 10.59 | 167.17 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 80 | 0.99 | 0.98 | 0 | 0.69 | 239.24 | 0.98 | 0.16 |
| Hex | 1 | 2 | 50 | 63 | 62 | 0 | 45 | EF | 62 | 10 |
| Octal | 1 | 2 | 120 | 143 | 142 | 0 | 105 | 357 | 142 | 20 |
| Binary | 1 | 10 | 1010000 | 1100011 | 1100010 | 0 | 1000101 | 11101111 | 1100010 | 10000 |
Color Harmonies of #010250
Complementary color
Monochromatic Colors of #010250
Black with #010250
Text Example
Text Example
White with #010250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010250; }
p { color: rgb(1,2,80); }
H1.HeaderClassName
{
color: #010250;
}
.AnyTagClassName
{
color: #010250;
}
</style>
background-color css
<style>
a { background-color: #010250; }
a { background-color: rgb(1,2,80); }
div.DivClassName
{
background-color: #010250;
}
.BgClassName
{
background-color: #010250;
}
</style>
border-color css
<style>
span { border-color: #010250; }
span { border-color: rgb(1,2,80); }
td.TdClassName
{
border-color: #010250;
}
.TagClassName
{
border-color: #010250;
}
</style>