Shades of Midnight Blue #09146B
Tints of Midnight Blue #09146B
RGB
CMYK
RGB Variations
Color information
#09146B (or 0x09146B) is known color: Midnight Blue. HEX triplet: 09, 14 and 6B. RGB value is (9,20,107). Sum of RGB (Red+Green+Blue) = 9+20+107=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 107 (42.19% from 255 or 78.68% from 136); Max value from RGB is 107 - color contains mainly: blue. Hex color #09146B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09146B is #F6EB94. Grayscale: #1A1A1A. Windows color (decimal): -16182165 or 7017481. OLE color: 7017481.
HSL color Cylindrical-coordinate representation of color #09146B: hue angle of 233.27º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09146B is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 20 | 107 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.58 |
| HSL | 233.27º | 0.84% | 0.23% | - |
| HSV(B) | 233.27º | 0.92% | 0.42% | - |
| XYZ | 3.02 | 1.62 | 14.06 | - |
| YUV | 26.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 107 | 0.92 | 0.81 | 0 | 0.58 | 233.27 | 0.84 | 0.23 |
| Hex | 9 | 14 | 6B | 5C | 51 | 0 | 3A | E9 | 54 | 17 |
| Octal | 11 | 24 | 153 | 134 | 121 | 0 | 72 | 351 | 124 | 27 |
| Binary | 1001 | 10100 | 1101011 | 1011100 | 1010001 | 0 | 111010 | 11101001 | 1010100 | 10111 |
Color Harmonies of #09146B
Complementary color
Monochromatic Colors of #09146B
Black with #09146B
Text Example
Text Example
White with #09146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09146B; }
p { color: rgb(9,20,107); }
H1.HeaderClassName
{
color: #09146B;
}
.AnyTagClassName
{
color: #09146B;
}
</style>
background-color css
<style>
a { background-color: #09146B; }
a { background-color: rgb(9,20,107); }
div.DivClassName
{
background-color: #09146B;
}
.BgClassName
{
background-color: #09146B;
}
</style>
border-color css
<style>
span { border-color: #09146B; }
span { border-color: rgb(9,20,107); }
td.TdClassName
{
border-color: #09146B;
}
.TagClassName
{
border-color: #09146B;
}
</style>