Shades of Midnight Blue #0A045B
Tints of Midnight Blue #0A045B
RGB
CMYK
RGB Variations
Color information
#0A045B (or 0x0A045B) is known color: Midnight Blue. HEX triplet: 0A, 04 and 5B. RGB value is (10,4,91). Sum of RGB (Red+Green+Blue) = 10+4+91=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 91 (35.94% from 255 or 86.67% from 105); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A045B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A045B is #F5FBA4. Grayscale: #0F0F0F. Windows color (decimal): -16120741 or 5964810. OLE color: 5964810.
HSL color Cylindrical-coordinate representation of color #0A045B: hue angle of 244.14º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A045B is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 4 | 91 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.64 |
| HSL | 244.14º | 0.92% | 0.19% | - |
| HSV(B) | 244.14º | 0.96% | 0.36% | - |
| XYZ | 2.06 | 0.91 | 9.96 | - |
| YUV | 15.71 | 170.49 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 91 | 0.89 | 0.96 | 0 | 0.64 | 244.14 | 0.92 | 0.19 |
| Hex | A | 4 | 5B | 59 | 60 | 0 | 40 | F4 | 5C | 13 |
| Octal | 12 | 4 | 133 | 131 | 140 | 0 | 100 | 364 | 134 | 23 |
| Binary | 1010 | 100 | 1011011 | 1011001 | 1100000 | 0 | 1000000 | 11110100 | 1011100 | 10011 |
Color Harmonies of #0A045B
Complementary color
Monochromatic Colors of #0A045B
Black with #0A045B
Text Example
Text Example
White with #0A045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A045B; }
p { color: rgb(10,4,91); }
H1.HeaderClassName
{
color: #0A045B;
}
.AnyTagClassName
{
color: #0A045B;
}
</style>
background-color css
<style>
a { background-color: #0A045B; }
a { background-color: rgb(10,4,91); }
div.DivClassName
{
background-color: #0A045B;
}
.BgClassName
{
background-color: #0A045B;
}
</style>
border-color css
<style>
span { border-color: #0A045B; }
span { border-color: rgb(10,4,91); }
td.TdClassName
{
border-color: #0A045B;
}
.TagClassName
{
border-color: #0A045B;
}
</style>