Shades of New Midnight Blue #020FB4
Tints of New Midnight Blue #020FB4
RGB
CMYK
RGB Variations
Color information
#020FB4 (or 0x020FB4) is known color: New Midnight Blue. HEX triplet: 02, 0F and B4. RGB value is (2,15,180). Sum of RGB (Red+Green+Blue) = 2+15+180=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 180 (70.70% from 255 or 91.37% from 197); Max value from RGB is 180 - color contains mainly: blue. Hex color #020FB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FB4 is #FDF04B. Grayscale: #1D1D1D. Windows color (decimal): -16642124 or 11800322. OLE color: 11800322.
HSL color Cylindrical-coordinate representation of color #020FB4: hue angle of 235.62º 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 #020FB4 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 15 | 180 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.29 |
| HSL | 235.62º | 0.98% | 0.36% | - |
| HSV(B) | 235.62º | 0.99% | 0.71% | - |
| XYZ | 8.43 | 3.65 | 43.44 | - |
| YUV | 29.92 | 212.69 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 180 | 0.99 | 0.92 | 0 | 0.29 | 235.62 | 0.98 | 0.36 |
| Hex | 2 | F | B4 | 63 | 5C | 0 | 1D | EC | 62 | 24 |
| Octal | 2 | 17 | 264 | 143 | 134 | 0 | 35 | 354 | 142 | 44 |
| Binary | 10 | 1111 | 10110100 | 1100011 | 1011100 | 0 | 11101 | 11101100 | 1100010 | 100100 |
Color Harmonies of #020FB4
Complementary color
Monochromatic Colors of #020FB4
Black with #020FB4
Text Example
Text Example
White with #020FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020FB4; }
p { color: rgb(2,15,180); }
H1.HeaderClassName
{
color: #020FB4;
}
.AnyTagClassName
{
color: #020FB4;
}
</style>
background-color css
<style>
a { background-color: #020FB4; }
a { background-color: rgb(2,15,180); }
div.DivClassName
{
background-color: #020FB4;
}
.BgClassName
{
background-color: #020FB4;
}
</style>
border-color css
<style>
span { border-color: #020FB4; }
span { border-color: rgb(2,15,180); }
td.TdClassName
{
border-color: #020FB4;
}
.TagClassName
{
border-color: #020FB4;
}
</style>