Shades of Midnight Blue #0A0362
Tints of Midnight Blue #0A0362
RGB
CMYK
RGB Variations
Color information
#0A0362 (or 0x0A0362) is known color: Midnight Blue. HEX triplet: 0A, 03 and 62. RGB value is (10,3,98). Sum of RGB (Red+Green+Blue) = 10+3+98=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 98 (38.67% from 255 or 88.29% from 111); Max value from RGB is 98 - color contains mainly: blue. Hex color #0A0362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0362 is #F5FC9D. Grayscale: #0F0F0F. Windows color (decimal): -16120990 or 6423306. OLE color: 6423306.
HSL color Cylindrical-coordinate representation of color #0A0362: hue angle of 244.42º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A0362 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 3 | 98 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.62 |
| HSL | 244.42º | 0.94% | 0.2% | - |
| HSV(B) | 244.42º | 0.97% | 0.38% | - |
| XYZ | 2.36 | 1.01 | 11.63 | - |
| YUV | 15.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 98 | 0.90 | 0.97 | 0 | 0.62 | 244.42 | 0.94 | 0.2 |
| Hex | A | 3 | 62 | 5A | 61 | 0 | 3E | F4 | 5E | 14 |
| Octal | 12 | 3 | 142 | 132 | 141 | 0 | 76 | 364 | 136 | 24 |
| Binary | 1010 | 11 | 1100010 | 1011010 | 1100001 | 0 | 111110 | 11110100 | 1011110 | 10100 |
Color Harmonies of #0A0362
Complementary color
Monochromatic Colors of #0A0362
Black with #0A0362
Text Example
Text Example
White with #0A0362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0362; }
p { color: rgb(10,3,98); }
H1.HeaderClassName
{
color: #0A0362;
}
.AnyTagClassName
{
color: #0A0362;
}
</style>
background-color css
<style>
a { background-color: #0A0362; }
a { background-color: rgb(10,3,98); }
div.DivClassName
{
background-color: #0A0362;
}
.BgClassName
{
background-color: #0A0362;
}
</style>
border-color css
<style>
span { border-color: #0A0362; }
span { border-color: rgb(10,3,98); }
td.TdClassName
{
border-color: #0A0362;
}
.TagClassName
{
border-color: #0A0362;
}
</style>