Shades of New Midnight Blue #090C9C
Tints of New Midnight Blue #090C9C
RGB
CMYK
RGB Variations
Color information
#090C9C (or 0x090C9C) is known color: New Midnight Blue. HEX triplet: 09, 0C and 9C. RGB value is (9,12,156). Sum of RGB (Red+Green+Blue) = 9+12+156=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 156 (61.33% from 255 or 88.14% from 177); Max value from RGB is 156 - color contains mainly: blue. Hex color #090C9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090C9C is #F6F363. Grayscale: #1A1A1A. Windows color (decimal): -16184164 or 10226697. OLE color: 10226697.
HSL color Cylindrical-coordinate representation of color #090C9C: hue angle of 238.78º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090C9C is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 12 | 156 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.39 |
| HSL | 238.78º | 0.89% | 0.32% | - |
| HSV(B) | 238.78º | 0.94% | 0.61% | - |
| XYZ | 6.24 | 2.72 | 31.65 | - |
| YUV | 27.52 | 200.51 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 156 | 0.94 | 0.92 | 0 | 0.39 | 238.78 | 0.89 | 0.32 |
| Hex | 9 | C | 9C | 5E | 5C | 0 | 27 | EF | 59 | 20 |
| Octal | 11 | 14 | 234 | 136 | 134 | 0 | 47 | 357 | 131 | 40 |
| Binary | 1001 | 1100 | 10011100 | 1011110 | 1011100 | 0 | 100111 | 11101111 | 1011001 | 100000 |
Color Harmonies of #090C9C
Complementary color
Monochromatic Colors of #090C9C
Black with #090C9C
Text Example
Text Example
White with #090C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C9C; }
p { color: rgb(9,12,156); }
H1.HeaderClassName
{
color: #090C9C;
}
.AnyTagClassName
{
color: #090C9C;
}
</style>
background-color css
<style>
a { background-color: #090C9C; }
a { background-color: rgb(9,12,156); }
div.DivClassName
{
background-color: #090C9C;
}
.BgClassName
{
background-color: #090C9C;
}
</style>
border-color css
<style>
span { border-color: #090C9C; }
span { border-color: rgb(9,12,156); }
td.TdClassName
{
border-color: #090C9C;
}
.TagClassName
{
border-color: #090C9C;
}
</style>