Shades of Midnight Blue #0A034F
Tints of Midnight Blue #0A034F
RGB
CMYK
RGB Variations
Color information
#0A034F (or 0x0A034F) is known color: Midnight Blue. HEX triplet: 0A, 03 and 4F. RGB value is (10,3,79). Sum of RGB (Red+Green+Blue) = 10+3+79=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 79 (31.25% from 255 or 85.87% from 92); Max value from RGB is 79 - color contains mainly: blue. Hex color #0A034F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A034F is #F5FCB0. Grayscale: #0D0D0D. Windows color (decimal): -16121009 or 5178122. OLE color: 5178122.
HSL color Cylindrical-coordinate representation of color #0A034F: hue angle of 245.53º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A034F is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 3 | 79 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.69 |
| HSL | 245.53º | 0.93% | 0.16% | - |
| HSV(B) | 245.53º | 0.96% | 0.31% | - |
| XYZ | 1.57 | 0.69 | 7.45 | - |
| YUV | 13.76 | 164.82 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 79 | 0.87 | 0.96 | 0 | 0.69 | 245.53 | 0.93 | 0.16 |
| Hex | A | 3 | 4F | 57 | 60 | 0 | 45 | F6 | 5D | 10 |
| Octal | 12 | 3 | 117 | 127 | 140 | 0 | 105 | 366 | 135 | 20 |
| Binary | 1010 | 11 | 1001111 | 1010111 | 1100000 | 0 | 1000101 | 11110110 | 1011101 | 10000 |
Color Harmonies of #0A034F
Complementary color
Monochromatic Colors of #0A034F
Black with #0A034F
Text Example
Text Example
White with #0A034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A034F; }
p { color: rgb(10,3,79); }
H1.HeaderClassName
{
color: #0A034F;
}
.AnyTagClassName
{
color: #0A034F;
}
</style>
background-color css
<style>
a { background-color: #0A034F; }
a { background-color: rgb(10,3,79); }
div.DivClassName
{
background-color: #0A034F;
}
.BgClassName
{
background-color: #0A034F;
}
</style>
border-color css
<style>
span { border-color: #0A034F; }
span { border-color: rgb(10,3,79); }
td.TdClassName
{
border-color: #0A034F;
}
.TagClassName
{
border-color: #0A034F;
}
</style>