Shades of Midnight Blue #09025C
Tints of Midnight Blue #09025C
RGB
CMYK
RGB Variations
Color information
#09025C (or 0x09025C) is known color: Midnight Blue. HEX triplet: 09, 02 and 5C. RGB value is (9,2,92). Sum of RGB (Red+Green+Blue) = 9+2+92=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 92 (36.33% from 255 or 89.32% from 103); Max value from RGB is 92 - color contains mainly: blue. Hex color #09025C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09025C is #F6FDA3. Grayscale: #0E0E0E. Windows color (decimal): -16186788 or 6029833. OLE color: 6029833.
HSL color Cylindrical-coordinate representation of color #09025C: hue angle of 244.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09025C is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 2 | 92 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.64 |
| HSL | 244.67º | 0.96% | 0.18% | - |
| HSV(B) | 244.67º | 0.98% | 0.36% | - |
| XYZ | 2.07 | 0.87 | 10.19 | - |
| YUV | 14.35 | 171.82 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 92 | 0.90 | 0.98 | 0 | 0.64 | 244.67 | 0.96 | 0.18 |
| Hex | 9 | 2 | 5C | 5A | 62 | 0 | 40 | F5 | 60 | 12 |
| Octal | 11 | 2 | 134 | 132 | 142 | 0 | 100 | 365 | 140 | 22 |
| Binary | 1001 | 10 | 1011100 | 1011010 | 1100010 | 0 | 1000000 | 11110101 | 1100000 | 10010 |
Color Harmonies of #09025C
Complementary color
Monochromatic Colors of #09025C
Black with #09025C
Text Example
Text Example
White with #09025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09025C; }
p { color: rgb(9,2,92); }
H1.HeaderClassName
{
color: #09025C;
}
.AnyTagClassName
{
color: #09025C;
}
</style>
background-color css
<style>
a { background-color: #09025C; }
a { background-color: rgb(9,2,92); }
div.DivClassName
{
background-color: #09025C;
}
.BgClassName
{
background-color: #09025C;
}
</style>
border-color css
<style>
span { border-color: #09025C; }
span { border-color: rgb(9,2,92); }
td.TdClassName
{
border-color: #09025C;
}
.TagClassName
{
border-color: #09025C;
}
</style>