Shades of New Midnight Blue #0905B0
Tints of New Midnight Blue #0905B0
RGB
CMYK
RGB Variations
Color information
#0905B0 (or 0x0905B0) is known color: New Midnight Blue. HEX triplet: 09, 05 and B0. RGB value is (9,5,176). Sum of RGB (Red+Green+Blue) = 9+5+176=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 176 (69.14% from 255 or 92.63% from 190); Max value from RGB is 176 - color contains mainly: blue. Hex color #0905B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0905B0 is #F6FA4F. Grayscale: #191919. Windows color (decimal): -16185936 or 11535625. OLE color: 11535625.
HSL color Cylindrical-coordinate representation of color #0905B0: hue angle of 241.4º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0905B0 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 5 | 176 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.31 |
| HSL | 241.4º | 0.94% | 0.35% | - |
| HSV(B) | 241.4º | 0.97% | 0.69% | - |
| XYZ | 8 | 3.3 | 41.29 | - |
| YUV | 25.69 | 212.83 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 176 | 0.95 | 0.97 | 0 | 0.31 | 241.4 | 0.94 | 0.35 |
| Hex | 9 | 5 | B0 | 5F | 61 | 0 | 1F | F1 | 5E | 23 |
| Octal | 11 | 5 | 260 | 137 | 141 | 0 | 37 | 361 | 136 | 43 |
| Binary | 1001 | 101 | 10110000 | 1011111 | 1100001 | 0 | 11111 | 11110001 | 1011110 | 100011 |
Color Harmonies of #0905B0
Complementary color
Monochromatic Colors of #0905B0
Black with #0905B0
Text Example
Text Example
White with #0905B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0905B0; }
p { color: rgb(9,5,176); }
H1.HeaderClassName
{
color: #0905B0;
}
.AnyTagClassName
{
color: #0905B0;
}
</style>
background-color css
<style>
a { background-color: #0905B0; }
a { background-color: rgb(9,5,176); }
div.DivClassName
{
background-color: #0905B0;
}
.BgClassName
{
background-color: #0905B0;
}
</style>
border-color css
<style>
span { border-color: #0905B0; }
span { border-color: rgb(9,5,176); }
td.TdClassName
{
border-color: #0905B0;
}
.TagClassName
{
border-color: #0905B0;
}
</style>