Shades of New Midnight Blue #0212B4
Tints of New Midnight Blue #0212B4
RGB
CMYK
RGB Variations
Color information
#0212B4 (or 0x0212B4) is known color: New Midnight Blue. HEX triplet: 02, 12 and B4. RGB value is (2,18,180). Sum of RGB (Red+Green+Blue) = 2+18+180=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 180 (70.70% from 255 or 90% from 200); Max value from RGB is 180 - color contains mainly: blue. Hex color #0212B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0212B4 is #FDED4B. Grayscale: #1F1F1F. Windows color (decimal): -16641356 or 11801090. OLE color: 11801090.
HSL color Cylindrical-coordinate representation of color #0212B4: hue angle of 234.61º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0212B4 is Cyan = 0.99, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 18 | 180 | - |
| CMYK | 0.99 | 0.9 | 0 | 0.29 |
| HSL | 234.61º | 0.98% | 0.36% | - |
| HSV(B) | 234.61º | 0.99% | 0.71% | - |
| XYZ | 8.48 | 3.74 | 43.46 | - |
| YUV | 31.68 | 211.7 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 180 | 0.99 | 0.9 | 0 | 0.29 | 234.61 | 0.98 | 0.36 |
| Hex | 2 | 12 | B4 | 63 | 5A | 0 | 1D | EB | 62 | 24 |
| Octal | 2 | 22 | 264 | 143 | 132 | 0 | 35 | 353 | 142 | 44 |
| Binary | 10 | 10010 | 10110100 | 1100011 | 1011010 | 0 | 11101 | 11101011 | 1100010 | 100100 |
Color Harmonies of #0212B4
Complementary color
Monochromatic Colors of #0212B4
Black with #0212B4
Text Example
Text Example
White with #0212B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0212B4; }
p { color: rgb(2,18,180); }
H1.HeaderClassName
{
color: #0212B4;
}
.AnyTagClassName
{
color: #0212B4;
}
</style>
background-color css
<style>
a { background-color: #0212B4; }
a { background-color: rgb(2,18,180); }
div.DivClassName
{
background-color: #0212B4;
}
.BgClassName
{
background-color: #0212B4;
}
</style>
border-color css
<style>
span { border-color: #0212B4; }
span { border-color: rgb(2,18,180); }
td.TdClassName
{
border-color: #0212B4;
}
.TagClassName
{
border-color: #0212B4;
}
</style>