Shades of Midnight Blue #0A0364
Tints of Midnight Blue #0A0364
RGB
CMYK
RGB Variations
Color information
#0A0364 (or 0x0A0364) is known color: Midnight Blue. HEX triplet: 0A, 03 and 64. RGB value is (10,3,100). Sum of RGB (Red+Green+Blue) = 10+3+100=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 100 (39.45% from 255 or 88.50% from 113); Max value from RGB is 100 - color contains mainly: blue. Hex color #0A0364 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0364 is #F5FC9B. Grayscale: #0F0F0F. Windows color (decimal): -16120988 or 6554378. OLE color: 6554378.
HSL color Cylindrical-coordinate representation of color #0A0364: hue angle of 244.33º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A0364 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 3 | 100 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.61 |
| HSL | 244.33º | 0.94% | 0.2% | - |
| HSV(B) | 244.33º | 0.97% | 0.39% | - |
| XYZ | 2.46 | 1.05 | 12.13 | - |
| YUV | 16.15 | 175.32 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 100 | 0.90 | 0.97 | 0 | 0.61 | 244.33 | 0.94 | 0.2 |
| Hex | A | 3 | 64 | 5A | 61 | 0 | 3D | F4 | 5E | 14 |
| Octal | 12 | 3 | 144 | 132 | 141 | 0 | 75 | 364 | 136 | 24 |
| Binary | 1010 | 11 | 1100100 | 1011010 | 1100001 | 0 | 111101 | 11110100 | 1011110 | 10100 |
Color Harmonies of #0A0364
Complementary color
Monochromatic Colors of #0A0364
Black with #0A0364
Text Example
Text Example
White with #0A0364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0364; }
p { color: rgb(10,3,100); }
H1.HeaderClassName
{
color: #0A0364;
}
.AnyTagClassName
{
color: #0A0364;
}
</style>
background-color css
<style>
a { background-color: #0A0364; }
a { background-color: rgb(10,3,100); }
div.DivClassName
{
background-color: #0A0364;
}
.BgClassName
{
background-color: #0A0364;
}
</style>
border-color css
<style>
span { border-color: #0A0364; }
span { border-color: rgb(10,3,100); }
td.TdClassName
{
border-color: #0A0364;
}
.TagClassName
{
border-color: #0A0364;
}
</style>