Shades of Midnight Blue #09147A
Tints of Midnight Blue #09147A
RGB
CMYK
RGB Variations
Color information
#09147A (or 0x09147A) is known color: Midnight Blue. HEX triplet: 09, 14 and 7A. RGB value is (9,20,122). Sum of RGB (Red+Green+Blue) = 9+20+122=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 122 (48.05% from 255 or 80.79% from 151); Max value from RGB is 122 - color contains mainly: blue. Hex color #09147A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09147A is #F6EB85. Grayscale: #1B1B1B. Windows color (decimal): -16182150 or 8000521. OLE color: 8000521.
HSL color Cylindrical-coordinate representation of color #09147A: hue angle of 234.16º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09147A is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 20 | 122 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.52 |
| HSL | 234.16º | 0.86% | 0.26% | - |
| HSV(B) | 234.16º | 0.93% | 0.48% | - |
| XYZ | 3.88 | 1.96 | 18.59 | - |
| YUV | 28.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 122 | 0.93 | 0.84 | 0 | 0.52 | 234.16 | 0.86 | 0.26 |
| Hex | 9 | 14 | 7A | 5D | 54 | 0 | 34 | EA | 56 | 1A |
| Octal | 11 | 24 | 172 | 135 | 124 | 0 | 64 | 352 | 126 | 32 |
| Binary | 1001 | 10100 | 1111010 | 1011101 | 1010100 | 0 | 110100 | 11101010 | 1010110 | 11010 |
Color Harmonies of #09147A
Complementary color
Monochromatic Colors of #09147A
Black with #09147A
Text Example
Text Example
White with #09147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09147A; }
p { color: rgb(9,20,122); }
H1.HeaderClassName
{
color: #09147A;
}
.AnyTagClassName
{
color: #09147A;
}
</style>
background-color css
<style>
a { background-color: #09147A; }
a { background-color: rgb(9,20,122); }
div.DivClassName
{
background-color: #09147A;
}
.BgClassName
{
background-color: #09147A;
}
</style>
border-color css
<style>
span { border-color: #09147A; }
span { border-color: rgb(9,20,122); }
td.TdClassName
{
border-color: #09147A;
}
.TagClassName
{
border-color: #09147A;
}
</style>