Shades of New Midnight Blue #0907B2
Tints of New Midnight Blue #0907B2
RGB
CMYK
RGB Variations
Color information
#0907B2 (or 0x0907B2) is known color: New Midnight Blue. HEX triplet: 09, 07 and B2. RGB value is (9,7,178). Sum of RGB (Red+Green+Blue) = 9+7+178=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 178 (69.92% from 255 or 91.75% from 194); Max value from RGB is 178 - color contains mainly: blue. Hex color #0907B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0907B2 is #F6F84D. Grayscale: #1A1A1A. Windows color (decimal): -16185422 or 11667209. OLE color: 11667209.
HSL color Cylindrical-coordinate representation of color #0907B2: hue angle of 240.7º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0907B2 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 7 | 178 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.30 |
| HSL | 240.7º | 0.92% | 0.36% | - |
| HSV(B) | 240.7º | 0.96% | 0.7% | - |
| XYZ | 8.22 | 3.42 | 42.35 | - |
| YUV | 27.09 | 213.16 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 178 | 0.95 | 0.96 | 0 | 0.30 | 240.7 | 0.92 | 0.36 |
| Hex | 9 | 7 | B2 | 5F | 60 | 0 | 1E | F1 | 5C | 24 |
| Octal | 11 | 7 | 262 | 137 | 140 | 0 | 36 | 361 | 134 | 44 |
| Binary | 1001 | 111 | 10110010 | 1011111 | 1100000 | 0 | 11110 | 11110001 | 1011100 | 100100 |
Color Harmonies of #0907B2
Complementary color
Monochromatic Colors of #0907B2
Black with #0907B2
Text Example
Text Example
White with #0907B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0907B2; }
p { color: rgb(9,7,178); }
H1.HeaderClassName
{
color: #0907B2;
}
.AnyTagClassName
{
color: #0907B2;
}
</style>
background-color css
<style>
a { background-color: #0907B2; }
a { background-color: rgb(9,7,178); }
div.DivClassName
{
background-color: #0907B2;
}
.BgClassName
{
background-color: #0907B2;
}
</style>
border-color css
<style>
span { border-color: #0907B2; }
span { border-color: rgb(9,7,178); }
td.TdClassName
{
border-color: #0907B2;
}
.TagClassName
{
border-color: #0907B2;
}
</style>