Shades of Midnight Blue #09146F
Tints of Midnight Blue #09146F
RGB
CMYK
RGB Variations
Color information
#09146F (or 0x09146F) is known color: Midnight Blue. HEX triplet: 09, 14 and 6F. RGB value is (9,20,111). Sum of RGB (Red+Green+Blue) = 9+20+111=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 111 (43.75% from 255 or 79.29% from 140); Max value from RGB is 111 - color contains mainly: blue. Hex color #09146F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09146F is #F6EB90. Grayscale: #1A1A1A. Windows color (decimal): -16182161 or 7279625. OLE color: 7279625.
HSL color Cylindrical-coordinate representation of color #09146F: hue angle of 233.53º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09146F is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 20 | 111 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.56 |
| HSL | 233.53º | 0.85% | 0.24% | - |
| HSV(B) | 233.53º | 0.92% | 0.44% | - |
| XYZ | 3.23 | 1.71 | 15.2 | - |
| YUV | 27.09 | 175.36 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 111 | 0.92 | 0.82 | 0 | 0.56 | 233.53 | 0.85 | 0.24 |
| Hex | 9 | 14 | 6F | 5C | 52 | 0 | 38 | EA | 55 | 18 |
| Octal | 11 | 24 | 157 | 134 | 122 | 0 | 70 | 352 | 125 | 30 |
| Binary | 1001 | 10100 | 1101111 | 1011100 | 1010010 | 0 | 111000 | 11101010 | 1010101 | 11000 |
Color Harmonies of #09146F
Complementary color
Monochromatic Colors of #09146F
Black with #09146F
Text Example
Text Example
White with #09146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09146F; }
p { color: rgb(9,20,111); }
H1.HeaderClassName
{
color: #09146F;
}
.AnyTagClassName
{
color: #09146F;
}
</style>
background-color css
<style>
a { background-color: #09146F; }
a { background-color: rgb(9,20,111); }
div.DivClassName
{
background-color: #09146F;
}
.BgClassName
{
background-color: #09146F;
}
</style>
border-color css
<style>
span { border-color: #09146F; }
span { border-color: rgb(9,20,111); }
td.TdClassName
{
border-color: #09146F;
}
.TagClassName
{
border-color: #09146F;
}
</style>