Shades of New Midnight Blue #1402B2
Tints of New Midnight Blue #1402B2
RGB
CMYK
RGB Variations
Color information
#1402B2 (or 0x1402B2) is known color: New Midnight Blue. HEX triplet: 14, 02 and B2. RGB value is (20,2,178). Sum of RGB (Red+Green+Blue) = 20+2+178=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 178 (69.92% from 255 or 89% from 200); Max value from RGB is 178 - color contains mainly: blue. Hex color #1402B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1402B2 is #EBFD4D. Grayscale: #1A1A1A. Windows color (decimal): -15465806 or 11665940. OLE color: 11665940.
HSL color Cylindrical-coordinate representation of color #1402B2: hue angle of 246.14º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1402B2 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 2 | 178 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.30 |
| HSL | 246.14º | 0.98% | 0.35% | - |
| HSV(B) | 246.14º | 0.99% | 0.7% | - |
| XYZ | 8.35 | 3.41 | 42.34 | - |
| YUV | 27.45 | 212.96 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 178 | 0.89 | 0.99 | 0 | 0.30 | 246.14 | 0.98 | 0.35 |
| Hex | 14 | 2 | B2 | 59 | 63 | 0 | 1E | F6 | 62 | 23 |
| Octal | 24 | 2 | 262 | 131 | 143 | 0 | 36 | 366 | 142 | 43 |
| Binary | 10100 | 10 | 10110010 | 1011001 | 1100011 | 0 | 11110 | 11110110 | 1100010 | 100011 |
Color Harmonies of #1402B2
Complementary color
Monochromatic Colors of #1402B2
Black with #1402B2
Text Example
Text Example
White with #1402B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1402B2; }
p { color: rgb(20,2,178); }
H1.HeaderClassName
{
color: #1402B2;
}
.AnyTagClassName
{
color: #1402B2;
}
</style>
background-color css
<style>
a { background-color: #1402B2; }
a { background-color: rgb(20,2,178); }
div.DivClassName
{
background-color: #1402B2;
}
.BgClassName
{
background-color: #1402B2;
}
</style>
border-color css
<style>
span { border-color: #1402B2; }
span { border-color: rgb(20,2,178); }
td.TdClassName
{
border-color: #1402B2;
}
.TagClassName
{
border-color: #1402B2;
}
</style>