Shades of New Midnight Blue #0405B1
Tints of New Midnight Blue #0405B1
RGB
CMYK
RGB Variations
Color information
#0405B1 (or 0x0405B1) is known color: New Midnight Blue. HEX triplet: 04, 05 and B1. RGB value is (4,5,177). Sum of RGB (Red+Green+Blue) = 4+5+177=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 177 (69.53% from 255 or 95.16% from 186); Max value from RGB is 177 - color contains mainly: blue. Hex color #0405B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0405B1 is #FBFA4E. Grayscale: #171717. Windows color (decimal): -16513615 or 11601156. OLE color: 11601156.
HSL color Cylindrical-coordinate representation of color #0405B1: hue angle of 239.65º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0405B1 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 5 | 177 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.31 |
| HSL | 239.65º | 0.96% | 0.35% | - |
| HSV(B) | 239.65º | 0.98% | 0.69% | - |
| XYZ | 8.04 | 3.31 | 41.81 | - |
| YUV | 24.31 | 214.17 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 177 | 0.98 | 0.97 | 0 | 0.31 | 239.65 | 0.96 | 0.35 |
| Hex | 4 | 5 | B1 | 62 | 61 | 0 | 1F | F0 | 60 | 23 |
| Octal | 4 | 5 | 261 | 142 | 141 | 0 | 37 | 360 | 140 | 43 |
| Binary | 100 | 101 | 10110001 | 1100010 | 1100001 | 0 | 11111 | 11110000 | 1100000 | 100011 |
Color Harmonies of #0405B1
Complementary color
Monochromatic Colors of #0405B1
Black with #0405B1
Text Example
Text Example
White with #0405B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0405B1; }
p { color: rgb(4,5,177); }
H1.HeaderClassName
{
color: #0405B1;
}
.AnyTagClassName
{
color: #0405B1;
}
</style>
background-color css
<style>
a { background-color: #0405B1; }
a { background-color: rgb(4,5,177); }
div.DivClassName
{
background-color: #0405B1;
}
.BgClassName
{
background-color: #0405B1;
}
</style>
border-color css
<style>
span { border-color: #0405B1; }
span { border-color: rgb(4,5,177); }
td.TdClassName
{
border-color: #0405B1;
}
.TagClassName
{
border-color: #0405B1;
}
</style>