Shades of Midnight Blue #090B5C
Tints of Midnight Blue #090B5C
RGB
CMYK
RGB Variations
Color information
#090B5C (or 0x090B5C) is known color: Midnight Blue. HEX triplet: 09, 0B and 5C. RGB value is (9,11,92). Sum of RGB (Red+Green+Blue) = 9+11+92=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 92 (36.33% from 255 or 82.14% from 112); Max value from RGB is 92 - color contains mainly: blue. Hex color #090B5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090B5C is #F6F4A3. Grayscale: #131313. Windows color (decimal): -16184484 or 6032137. OLE color: 6032137.
HSL color Cylindrical-coordinate representation of color #090B5C: hue angle of 238.55º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #090B5C is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 11 | 92 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.64 |
| HSL | 238.55º | 0.82% | 0.2% | - |
| HSV(B) | 238.55º | 0.9% | 0.36% | - |
| XYZ | 2.16 | 1.07 | 10.22 | - |
| YUV | 19.64 | 168.84 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 92 | 0.90 | 0.88 | 0 | 0.64 | 238.55 | 0.82 | 0.2 |
| Hex | 9 | B | 5C | 5A | 58 | 0 | 40 | EF | 52 | 14 |
| Octal | 11 | 13 | 134 | 132 | 130 | 0 | 100 | 357 | 122 | 24 |
| Binary | 1001 | 1011 | 1011100 | 1011010 | 1011000 | 0 | 1000000 | 11101111 | 1010010 | 10100 |
Color Harmonies of #090B5C
Complementary color
Monochromatic Colors of #090B5C
Black with #090B5C
Text Example
Text Example
White with #090B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B5C; }
p { color: rgb(9,11,92); }
H1.HeaderClassName
{
color: #090B5C;
}
.AnyTagClassName
{
color: #090B5C;
}
</style>
background-color css
<style>
a { background-color: #090B5C; }
a { background-color: rgb(9,11,92); }
div.DivClassName
{
background-color: #090B5C;
}
.BgClassName
{
background-color: #090B5C;
}
</style>
border-color css
<style>
span { border-color: #090B5C; }
span { border-color: rgb(9,11,92); }
td.TdClassName
{
border-color: #090B5C;
}
.TagClassName
{
border-color: #090B5C;
}
</style>