Shades of New Midnight Blue #030BAA
Tints of New Midnight Blue #030BAA
RGB
CMYK
RGB Variations
Color information
#030BAA (or 0x030BAA) is known color: New Midnight Blue. HEX triplet: 03, 0B and AA. RGB value is (3,11,170). Sum of RGB (Red+Green+Blue) = 3+11+170=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 170 (66.80% from 255 or 92.39% from 184); Max value from RGB is 170 - color contains mainly: blue. Hex color #030BAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030BAA is #FCF455. Grayscale: #1A1A1A. Windows color (decimal): -16577622 or 11143939. OLE color: 11143939.
HSL color Cylindrical-coordinate representation of color #030BAA: hue angle of 237.13º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030BAA is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 11 | 170 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.33 |
| HSL | 237.13º | 0.97% | 0.34% | - |
| HSV(B) | 237.13º | 0.98% | 0.67% | - |
| XYZ | 7.41 | 3.16 | 38.25 | - |
| YUV | 26.73 | 208.85 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 170 | 0.98 | 0.94 | 0 | 0.33 | 237.13 | 0.97 | 0.34 |
| Hex | 3 | B | AA | 62 | 5E | 0 | 21 | ED | 61 | 22 |
| Octal | 3 | 13 | 252 | 142 | 136 | 0 | 41 | 355 | 141 | 42 |
| Binary | 11 | 1011 | 10101010 | 1100010 | 1011110 | 0 | 100001 | 11101101 | 1100001 | 100010 |
Color Harmonies of #030BAA
Complementary color
Monochromatic Colors of #030BAA
Black with #030BAA
Text Example
Text Example
White with #030BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BAA; }
p { color: rgb(3,11,170); }
H1.HeaderClassName
{
color: #030BAA;
}
.AnyTagClassName
{
color: #030BAA;
}
</style>
background-color css
<style>
a { background-color: #030BAA; }
a { background-color: rgb(3,11,170); }
div.DivClassName
{
background-color: #030BAA;
}
.BgClassName
{
background-color: #030BAA;
}
</style>
border-color css
<style>
span { border-color: #030BAA; }
span { border-color: rgb(3,11,170); }
td.TdClassName
{
border-color: #030BAA;
}
.TagClassName
{
border-color: #030BAA;
}
</style>