Shades of Midnight Blue #09147B
Tints of Midnight Blue #09147B
RGB
CMYK
RGB Variations
Color information
#09147B (or 0x09147B) is known color: Midnight Blue. HEX triplet: 09, 14 and 7B. RGB value is (9,20,123). Sum of RGB (Red+Green+Blue) = 9+20+123=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 123 (48.44% from 255 or 80.92% from 152); Max value from RGB is 123 - color contains mainly: blue. Hex color #09147B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09147B is #F6EB84. Grayscale: #1C1C1C. Windows color (decimal): -16182149 or 8066057. OLE color: 8066057.
HSL color Cylindrical-coordinate representation of color #09147B: hue angle of 234.21º 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 #09147B is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 20 | 123 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.52 |
| HSL | 234.21º | 0.86% | 0.26% | - |
| HSV(B) | 234.21º | 0.93% | 0.48% | - |
| XYZ | 3.94 | 1.99 | 18.92 | - |
| YUV | 28.45 | 181.36 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 123 | 0.93 | 0.84 | 0 | 0.52 | 234.21 | 0.86 | 0.26 |
| Hex | 9 | 14 | 7B | 5D | 54 | 0 | 34 | EA | 56 | 1A |
| Octal | 11 | 24 | 173 | 135 | 124 | 0 | 64 | 352 | 126 | 32 |
| Binary | 1001 | 10100 | 1111011 | 1011101 | 1010100 | 0 | 110100 | 11101010 | 1010110 | 11010 |
Color Harmonies of #09147B
Complementary color
Monochromatic Colors of #09147B
Black with #09147B
Text Example
Text Example
White with #09147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09147B; }
p { color: rgb(9,20,123); }
H1.HeaderClassName
{
color: #09147B;
}
.AnyTagClassName
{
color: #09147B;
}
</style>
background-color css
<style>
a { background-color: #09147B; }
a { background-color: rgb(9,20,123); }
div.DivClassName
{
background-color: #09147B;
}
.BgClassName
{
background-color: #09147B;
}
</style>
border-color css
<style>
span { border-color: #09147B; }
span { border-color: rgb(9,20,123); }
td.TdClassName
{
border-color: #09147B;
}
.TagClassName
{
border-color: #09147B;
}
</style>