Shades of New Midnight Blue #030BA9
Tints of New Midnight Blue #030BA9
RGB
CMYK
RGB Variations
Color information
#030BA9 (or 0x030BA9) is known color: New Midnight Blue. HEX triplet: 03, 0B and A9. RGB value is (3,11,169). Sum of RGB (Red+Green+Blue) = 3+11+169=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 169 (66.41% from 255 or 92.35% from 183); Max value from RGB is 169 - color contains mainly: blue. Hex color #030BA9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030BA9 is #FCF456. Grayscale: #191919. Windows color (decimal): -16577623 or 11078403. OLE color: 11078403.
HSL color Cylindrical-coordinate representation of color #030BA9: hue angle of 237.11º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030BA9 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 11 | 169 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.34 |
| HSL | 237.11º | 0.97% | 0.34% | - |
| HSV(B) | 237.11º | 0.98% | 0.66% | - |
| XYZ | 7.32 | 3.12 | 37.75 | - |
| YUV | 26.62 | 208.35 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 169 | 0.98 | 0.93 | 0 | 0.34 | 237.11 | 0.97 | 0.34 |
| Hex | 3 | B | A9 | 62 | 5D | 0 | 22 | ED | 61 | 22 |
| Octal | 3 | 13 | 251 | 142 | 135 | 0 | 42 | 355 | 141 | 42 |
| Binary | 11 | 1011 | 10101001 | 1100010 | 1011101 | 0 | 100010 | 11101101 | 1100001 | 100010 |
Color Harmonies of #030BA9
Complementary color
Monochromatic Colors of #030BA9
Black with #030BA9
Text Example
Text Example
White with #030BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BA9; }
p { color: rgb(3,11,169); }
H1.HeaderClassName
{
color: #030BA9;
}
.AnyTagClassName
{
color: #030BA9;
}
</style>
background-color css
<style>
a { background-color: #030BA9; }
a { background-color: rgb(3,11,169); }
div.DivClassName
{
background-color: #030BA9;
}
.BgClassName
{
background-color: #030BA9;
}
</style>
border-color css
<style>
span { border-color: #030BA9; }
span { border-color: rgb(3,11,169); }
td.TdClassName
{
border-color: #030BA9;
}
.TagClassName
{
border-color: #030BA9;
}
</style>