Shades of Midnight Blue #092085
Tints of Midnight Blue #092085
RGB
CMYK
RGB Variations
Color information
#092085 (or 0x092085) is known color: Midnight Blue. HEX triplet: 09, 20 and 85. RGB value is (9,32,133). Sum of RGB (Red+Green+Blue) = 9+32+133=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 133 (52.34% from 255 or 76.44% from 174); Max value from RGB is 133 - color contains mainly: blue. Hex color #092085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092085 is #F6DF7A. Grayscale: #242424. Windows color (decimal): -16179067 or 8724489. OLE color: 8724489.
HSL color Cylindrical-coordinate representation of color #092085: hue angle of 228.87º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092085 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 32 | 133 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.48 |
| HSL | 228.87º | 0.87% | 0.28% | - |
| HSV(B) | 228.87º | 0.93% | 0.52% | - |
| XYZ | 4.86 | 2.78 | 22.47 | - |
| YUV | 36.64 | 182.38 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 133 | 0.93 | 0.76 | 0 | 0.48 | 228.87 | 0.87 | 0.28 |
| Hex | 9 | 20 | 85 | 5D | 4C | 0 | 30 | E5 | 57 | 1C |
| Octal | 11 | 40 | 205 | 135 | 114 | 0 | 60 | 345 | 127 | 34 |
| Binary | 1001 | 100000 | 10000101 | 1011101 | 1001100 | 0 | 110000 | 11100101 | 1010111 | 11100 |
Color Harmonies of #092085
Complementary color
Monochromatic Colors of #092085
Black with #092085
Text Example
Text Example
White with #092085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092085; }
p { color: rgb(9,32,133); }
H1.HeaderClassName
{
color: #092085;
}
.AnyTagClassName
{
color: #092085;
}
</style>
background-color css
<style>
a { background-color: #092085; }
a { background-color: rgb(9,32,133); }
div.DivClassName
{
background-color: #092085;
}
.BgClassName
{
background-color: #092085;
}
</style>
border-color css
<style>
span { border-color: #092085; }
span { border-color: rgb(9,32,133); }
td.TdClassName
{
border-color: #092085;
}
.TagClassName
{
border-color: #092085;
}
</style>