Shades of New Midnight Blue #030BB2
Tints of New Midnight Blue #030BB2
RGB
CMYK
RGB Variations
Color information
#030BB2 (or 0x030BB2) is known color: New Midnight Blue. HEX triplet: 03, 0B and B2. RGB value is (3,11,178). Sum of RGB (Red+Green+Blue) = 3+11+178=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 178 (69.92% from 255 or 92.71% from 192); Max value from RGB is 178 - color contains mainly: blue. Hex color #030BB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030BB2 is #FCF44D. Grayscale: #1A1A1A. Windows color (decimal): -16577614 or 11668227. OLE color: 11668227.
HSL color Cylindrical-coordinate representation of color #030BB2: hue angle of 237.26º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030BB2 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 11 | 178 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.30 |
| HSL | 237.26º | 0.97% | 0.35% | - |
| HSV(B) | 237.26º | 0.98% | 0.7% | - |
| XYZ | 8.19 | 3.47 | 42.36 | - |
| YUV | 27.65 | 212.85 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 178 | 0.98 | 0.94 | 0 | 0.30 | 237.26 | 0.97 | 0.35 |
| Hex | 3 | B | B2 | 62 | 5E | 0 | 1E | ED | 61 | 23 |
| Octal | 3 | 13 | 262 | 142 | 136 | 0 | 36 | 355 | 141 | 43 |
| Binary | 11 | 1011 | 10110010 | 1100010 | 1011110 | 0 | 11110 | 11101101 | 1100001 | 100011 |
Color Harmonies of #030BB2
Complementary color
Monochromatic Colors of #030BB2
Black with #030BB2
Text Example
Text Example
White with #030BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BB2; }
p { color: rgb(3,11,178); }
H1.HeaderClassName
{
color: #030BB2;
}
.AnyTagClassName
{
color: #030BB2;
}
</style>
background-color css
<style>
a { background-color: #030BB2; }
a { background-color: rgb(3,11,178); }
div.DivClassName
{
background-color: #030BB2;
}
.BgClassName
{
background-color: #030BB2;
}
</style>
border-color css
<style>
span { border-color: #030BB2; }
span { border-color: rgb(3,11,178); }
td.TdClassName
{
border-color: #030BB2;
}
.TagClassName
{
border-color: #030BB2;
}
</style>