Shades of Midnight Blue #0A034B
Tints of Midnight Blue #0A034B
RGB
CMYK
RGB Variations
Color information
#0A034B (or 0x0A034B) is known color: Midnight Blue. HEX triplet: 0A, 03 and 4B. RGB value is (10,3,75). Sum of RGB (Red+Green+Blue) = 10+3+75=88 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.36% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 75 (29.69% from 255 or 85.23% from 88); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A034B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A034B is #F5FCB4. Grayscale: #0D0D0D. Windows color (decimal): -16121013 or 4915978. OLE color: 4915978.
HSL color Cylindrical-coordinate representation of color #0A034B: hue angle of 245.83º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A034B is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 3 | 75 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.71 |
| HSL | 245.83º | 0.92% | 0.15% | - |
| HSV(B) | 245.83º | 0.96% | 0.29% | - |
| XYZ | 1.43 | 0.64 | 6.7 | - |
| YUV | 13.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 75 | 0.87 | 0.96 | 0 | 0.71 | 245.83 | 0.92 | 0.15 |
| Hex | A | 3 | 4B | 57 | 60 | 0 | 47 | F6 | 5C | F |
| Octal | 12 | 3 | 113 | 127 | 140 | 0 | 107 | 366 | 134 | 17 |
| Binary | 1010 | 11 | 1001011 | 1010111 | 1100000 | 0 | 1000111 | 11110110 | 1011100 | 1111 |
Color Harmonies of #0A034B
Complementary color
Monochromatic Colors of #0A034B
Black with #0A034B
Text Example
Text Example
White with #0A034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A034B; }
p { color: rgb(10,3,75); }
H1.HeaderClassName
{
color: #0A034B;
}
.AnyTagClassName
{
color: #0A034B;
}
</style>
background-color css
<style>
a { background-color: #0A034B; }
a { background-color: rgb(10,3,75); }
div.DivClassName
{
background-color: #0A034B;
}
.BgClassName
{
background-color: #0A034B;
}
</style>
border-color css
<style>
span { border-color: #0A034B; }
span { border-color: rgb(10,3,75); }
td.TdClassName
{
border-color: #0A034B;
}
.TagClassName
{
border-color: #0A034B;
}
</style>