Shades of Midnight Blue #0A0253
Tints of Midnight Blue #0A0253
RGB
CMYK
RGB Variations
Color information
#0A0253 (or 0x0A0253) is known color: Midnight Blue. HEX triplet: 0A, 02 and 53. RGB value is (10,2,83). Sum of RGB (Red+Green+Blue) = 10+2+83=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 83 (32.81% from 255 or 87.37% from 95); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A0253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0253 is #F5FDAC. Grayscale: #0D0D0D. Windows color (decimal): -16121261 or 5440010. OLE color: 5440010.
HSL color Cylindrical-coordinate representation of color #0A0253: hue angle of 245.93º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A0253 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 2 | 83 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.67 |
| HSL | 245.93º | 0.95% | 0.17% | - |
| HSV(B) | 245.93º | 0.98% | 0.33% | - |
| XYZ | 1.71 | 0.73 | 8.23 | - |
| YUV | 13.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 83 | 0.88 | 0.98 | 0 | 0.67 | 245.93 | 0.95 | 0.17 |
| Hex | A | 2 | 53 | 58 | 62 | 0 | 43 | F6 | 5F | 11 |
| Octal | 12 | 2 | 123 | 130 | 142 | 0 | 103 | 366 | 137 | 21 |
| Binary | 1010 | 10 | 1010011 | 1011000 | 1100010 | 0 | 1000011 | 11110110 | 1011111 | 10001 |
Color Harmonies of #0A0253
Complementary color
Monochromatic Colors of #0A0253
Black with #0A0253
Text Example
Text Example
White with #0A0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0253; }
p { color: rgb(10,2,83); }
H1.HeaderClassName
{
color: #0A0253;
}
.AnyTagClassName
{
color: #0A0253;
}
</style>
background-color css
<style>
a { background-color: #0A0253; }
a { background-color: rgb(10,2,83); }
div.DivClassName
{
background-color: #0A0253;
}
.BgClassName
{
background-color: #0A0253;
}
</style>
border-color css
<style>
span { border-color: #0A0253; }
span { border-color: rgb(10,2,83); }
td.TdClassName
{
border-color: #0A0253;
}
.TagClassName
{
border-color: #0A0253;
}
</style>