Shades of New Midnight Blue #1405B2
Tints of New Midnight Blue #1405B2
RGB
CMYK
RGB Variations
Color information
#1405B2 (or 0x1405B2) is known color: New Midnight Blue. HEX triplet: 14, 05 and B2. RGB value is (20,5,178). Sum of RGB (Red+Green+Blue) = 20+5+178=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 178 (69.92% from 255 or 87.68% from 203); Max value from RGB is 178 - color contains mainly: blue. Hex color #1405B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1405B2 is #EBFA4D. Grayscale: #1C1C1C. Windows color (decimal): -15465038 or 11666708. OLE color: 11666708.
HSL color Cylindrical-coordinate representation of color #1405B2: hue angle of 245.2º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1405B2 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 5 | 178 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.30 |
| HSL | 245.2º | 0.95% | 0.36% | - |
| HSV(B) | 245.2º | 0.97% | 0.7% | - |
| XYZ | 8.38 | 3.47 | 42.35 | - |
| YUV | 29.21 | 211.97 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 178 | 0.89 | 0.97 | 0 | 0.30 | 245.2 | 0.95 | 0.36 |
| Hex | 14 | 5 | B2 | 59 | 61 | 0 | 1E | F5 | 5F | 24 |
| Octal | 24 | 5 | 262 | 131 | 141 | 0 | 36 | 365 | 137 | 44 |
| Binary | 10100 | 101 | 10110010 | 1011001 | 1100001 | 0 | 11110 | 11110101 | 1011111 | 100100 |
Color Harmonies of #1405B2
Complementary color
Monochromatic Colors of #1405B2
Black with #1405B2
Text Example
Text Example
White with #1405B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1405B2; }
p { color: rgb(20,5,178); }
H1.HeaderClassName
{
color: #1405B2;
}
.AnyTagClassName
{
color: #1405B2;
}
</style>
background-color css
<style>
a { background-color: #1405B2; }
a { background-color: rgb(20,5,178); }
div.DivClassName
{
background-color: #1405B2;
}
.BgClassName
{
background-color: #1405B2;
}
</style>
border-color css
<style>
span { border-color: #1405B2; }
span { border-color: rgb(20,5,178); }
td.TdClassName
{
border-color: #1405B2;
}
.TagClassName
{
border-color: #1405B2;
}
</style>