Shades of New Midnight Blue #030BA3
Tints of New Midnight Blue #030BA3
RGB
CMYK
RGB Variations
Color information
#030BA3 (or 0x030BA3) is known color: New Midnight Blue. HEX triplet: 03, 0B and A3. RGB value is (3,11,163). Sum of RGB (Red+Green+Blue) = 3+11+163=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 163 (64.06% from 255 or 92.09% from 177); Max value from RGB is 163 - color contains mainly: blue. Hex color #030BA3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030BA3 is #FCF45C. Grayscale: #191919. Windows color (decimal): -16577629 or 10685187. OLE color: 10685187.
HSL color Cylindrical-coordinate representation of color #030BA3: hue angle of 237º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030BA3 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 11 | 163 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.36 |
| HSL | 237º | 0.96% | 0.33% | - |
| HSV(B) | 237º | 0.98% | 0.64% | - |
| XYZ | 6.77 | 2.9 | 34.85 | - |
| YUV | 25.94 | 205.35 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 163 | 0.98 | 0.93 | 0 | 0.36 | 237 | 0.96 | 0.33 |
| Hex | 3 | B | A3 | 62 | 5D | 0 | 24 | ED | 60 | 21 |
| Octal | 3 | 13 | 243 | 142 | 135 | 0 | 44 | 355 | 140 | 41 |
| Binary | 11 | 1011 | 10100011 | 1100010 | 1011101 | 0 | 100100 | 11101101 | 1100000 | 100001 |
Color Harmonies of #030BA3
Complementary color
Monochromatic Colors of #030BA3
Black with #030BA3
Text Example
Text Example
White with #030BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BA3; }
p { color: rgb(3,11,163); }
H1.HeaderClassName
{
color: #030BA3;
}
.AnyTagClassName
{
color: #030BA3;
}
</style>
background-color css
<style>
a { background-color: #030BA3; }
a { background-color: rgb(3,11,163); }
div.DivClassName
{
background-color: #030BA3;
}
.BgClassName
{
background-color: #030BA3;
}
</style>
border-color css
<style>
span { border-color: #030BA3; }
span { border-color: rgb(3,11,163); }
td.TdClassName
{
border-color: #030BA3;
}
.TagClassName
{
border-color: #030BA3;
}
</style>