Shades of Midnight Blue #09105A
Tints of Midnight Blue #09105A
RGB
CMYK
RGB Variations
Color information
#09105A (or 0x09105A) is known color: Midnight Blue. HEX triplet: 09, 10 and 5A. RGB value is (9,16,90). Sum of RGB (Red+Green+Blue) = 9+16+90=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #09105A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09105A is #F6EFA5. Grayscale: #161616. Windows color (decimal): -16183206 or 5902345. OLE color: 5902345.
HSL color Cylindrical-coordinate representation of color #09105A: hue angle of 234.81º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09105A is Cyan = 0.9, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 16 | 90 | - |
| CMYK | 0.9 | 0.82 | 0 | 0.65 |
| HSL | 234.81º | 0.82% | 0.19% | - |
| HSV(B) | 234.81º | 0.9% | 0.35% | - |
| XYZ | 2.14 | 1.17 | 9.79 | - |
| YUV | 22.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 90 | 0.9 | 0.82 | 0 | 0.65 | 234.81 | 0.82 | 0.19 |
| Hex | 9 | 10 | 5A | 5A | 52 | 0 | 41 | EB | 52 | 13 |
| Octal | 11 | 20 | 132 | 132 | 122 | 0 | 101 | 353 | 122 | 23 |
| Binary | 1001 | 10000 | 1011010 | 1011010 | 1010010 | 0 | 1000001 | 11101011 | 1010010 | 10011 |
Color Harmonies of #09105A
Complementary color
Monochromatic Colors of #09105A
Black with #09105A
Text Example
Text Example
White with #09105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09105A; }
p { color: rgb(9,16,90); }
H1.HeaderClassName
{
color: #09105A;
}
.AnyTagClassName
{
color: #09105A;
}
</style>
background-color css
<style>
a { background-color: #09105A; }
a { background-color: rgb(9,16,90); }
div.DivClassName
{
background-color: #09105A;
}
.BgClassName
{
background-color: #09105A;
}
</style>
border-color css
<style>
span { border-color: #09105A; }
span { border-color: rgb(9,16,90); }
td.TdClassName
{
border-color: #09105A;
}
.TagClassName
{
border-color: #09105A;
}
</style>