Shades of New Midnight Blue #090C9F
Tints of New Midnight Blue #090C9F
RGB
CMYK
RGB Variations
Color information
#090C9F (or 0x090C9F) is known color: New Midnight Blue. HEX triplet: 09, 0C and 9F. RGB value is (9,12,159). Sum of RGB (Red+Green+Blue) = 9+12+159=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 159 (62.5% from 255 or 88.33% from 180); Max value from RGB is 159 - color contains mainly: blue. Hex color #090C9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090C9F is #F6F360. Grayscale: #1B1B1B. Windows color (decimal): -16184161 or 10423305. OLE color: 10423305.
HSL color Cylindrical-coordinate representation of color #090C9F: hue angle of 238.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090C9F is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 12 | 159 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.38 |
| HSL | 238.8º | 0.89% | 0.33% | - |
| HSV(B) | 238.8º | 0.94% | 0.62% | - |
| XYZ | 6.5 | 2.82 | 33 | - |
| YUV | 27.86 | 202.01 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 159 | 0.94 | 0.92 | 0 | 0.38 | 238.8 | 0.89 | 0.33 |
| Hex | 9 | C | 9F | 5E | 5C | 0 | 26 | EF | 59 | 21 |
| Octal | 11 | 14 | 237 | 136 | 134 | 0 | 46 | 357 | 131 | 41 |
| Binary | 1001 | 1100 | 10011111 | 1011110 | 1011100 | 0 | 100110 | 11101111 | 1011001 | 100001 |
Color Harmonies of #090C9F
Complementary color
Monochromatic Colors of #090C9F
Black with #090C9F
Text Example
Text Example
White with #090C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C9F; }
p { color: rgb(9,12,159); }
H1.HeaderClassName
{
color: #090C9F;
}
.AnyTagClassName
{
color: #090C9F;
}
</style>
background-color css
<style>
a { background-color: #090C9F; }
a { background-color: rgb(9,12,159); }
div.DivClassName
{
background-color: #090C9F;
}
.BgClassName
{
background-color: #090C9F;
}
</style>
border-color css
<style>
span { border-color: #090C9F; }
span { border-color: rgb(9,12,159); }
td.TdClassName
{
border-color: #090C9F;
}
.TagClassName
{
border-color: #090C9F;
}
</style>