Shades of Midnight Blue #0A0263
Tints of Midnight Blue #0A0263
RGB
CMYK
RGB Variations
Color information
#0A0263 (or 0x0A0263) is known color: Midnight Blue. HEX triplet: 0A, 02 and 63. RGB value is (10,2,99). Sum of RGB (Red+Green+Blue) = 10+2+99=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 99 (39.06% from 255 or 89.19% from 111); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A0263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0263 is #F5FD9C. Grayscale: #0F0F0F. Windows color (decimal): -16121245 or 6488586. OLE color: 6488586.
HSL color Cylindrical-coordinate representation of color #0A0263: hue angle of 244.95º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A0263 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 2 | 99 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.61 |
| HSL | 244.95º | 0.96% | 0.2% | - |
| HSV(B) | 244.95º | 0.98% | 0.39% | - |
| XYZ | 2.4 | 1.01 | 11.87 | - |
| YUV | 15.45 | 175.15 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 99 | 0.90 | 0.98 | 0 | 0.61 | 244.95 | 0.96 | 0.2 |
| Hex | A | 2 | 63 | 5A | 62 | 0 | 3D | F5 | 60 | 14 |
| Octal | 12 | 2 | 143 | 132 | 142 | 0 | 75 | 365 | 140 | 24 |
| Binary | 1010 | 10 | 1100011 | 1011010 | 1100010 | 0 | 111101 | 11110101 | 1100000 | 10100 |
Color Harmonies of #0A0263
Complementary color
Monochromatic Colors of #0A0263
Black with #0A0263
Text Example
Text Example
White with #0A0263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0263; }
p { color: rgb(10,2,99); }
H1.HeaderClassName
{
color: #0A0263;
}
.AnyTagClassName
{
color: #0A0263;
}
</style>
background-color css
<style>
a { background-color: #0A0263; }
a { background-color: rgb(10,2,99); }
div.DivClassName
{
background-color: #0A0263;
}
.BgClassName
{
background-color: #0A0263;
}
</style>
border-color css
<style>
span { border-color: #0A0263; }
span { border-color: rgb(10,2,99); }
td.TdClassName
{
border-color: #0A0263;
}
.TagClassName
{
border-color: #0A0263;
}
</style>