Shades of New Midnight Blue #0009B4
Tints of New Midnight Blue #0009B4
RGB
CMYK
RGB Variations
Color information
#0009B4 (or 0x0009B4) is known color: New Midnight Blue. HEX triplet: 00, 09 and B4. RGB value is (0,9,180). Sum of RGB (Red+Green+Blue) = 0+9+180=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 180 (70.70% from 255 or 95.24% from 189); Max value from RGB is 180 - color contains mainly: blue. Hex color #0009B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0009B4 is #FFF64B. Grayscale: #191919. Windows color (decimal): -16774732 or 11798784. OLE color: 11798784.
HSL color Cylindrical-coordinate representation of color #0009B4: hue angle of 237º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0009B4 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 9 | 180 | - |
| CMYK | 1 | 0.95 | 0 | 0.29 |
| HSL | 237º | 1% | 0.35% | - |
| HSV(B) | 237º | 1% | 0.71% | - |
| XYZ | 8.34 | 3.49 | 43.41 | - |
| YUV | 25.8 | 215.02 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 180 | 1 | 0.95 | 0 | 0.29 | 237 | 1 | 0.35 |
| Hex | 0 | 9 | B4 | 64 | 5F | 0 | 1D | ED | 64 | 23 |
| Octal | 0 | 11 | 264 | 144 | 137 | 0 | 35 | 355 | 144 | 43 |
| Binary | 0 | 1001 | 10110100 | 1100100 | 1011111 | 0 | 11101 | 11101101 | 1100100 | 100011 |
Color Harmonies of #0009B4
Complementary color
Monochromatic Colors of #0009B4
Black with #0009B4
Text Example
Text Example
White with #0009B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0009B4; }
p { color: rgb(0,9,180); }
H1.HeaderClassName
{
color: #0009B4;
}
.AnyTagClassName
{
color: #0009B4;
}
</style>
background-color css
<style>
a { background-color: #0009B4; }
a { background-color: rgb(0,9,180); }
div.DivClassName
{
background-color: #0009B4;
}
.BgClassName
{
background-color: #0009B4;
}
</style>
border-color css
<style>
span { border-color: #0009B4; }
span { border-color: rgb(0,9,180); }
td.TdClassName
{
border-color: #0009B4;
}
.TagClassName
{
border-color: #0009B4;
}
</style>