Shades of New Midnight Blue #0403AF
Tints of New Midnight Blue #0403AF
RGB
CMYK
RGB Variations
Color information
#0403AF (or 0x0403AF) is known color: New Midnight Blue. HEX triplet: 04, 03 and AF. RGB value is (4,3,175). Sum of RGB (Red+Green+Blue) = 4+3+175=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 175 (68.75% from 255 or 96.15% from 182); Max value from RGB is 175 - color contains mainly: blue. Hex color #0403AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0403AF is #FBFC50. Grayscale: #161616. Windows color (decimal): -16514129 or 11469572. OLE color: 11469572.
HSL color Cylindrical-coordinate representation of color #0403AF: hue angle of 240.35º degrees, saturation: 0.97, 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 #0403AF is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 3 | 175 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.31 |
| HSL | 240.35º | 0.97% | 0.35% | - |
| HSV(B) | 240.35º | 0.98% | 0.69% | - |
| XYZ | 7.82 | 3.19 | 40.76 | - |
| YUV | 22.91 | 213.83 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 175 | 0.98 | 0.98 | 0 | 0.31 | 240.35 | 0.97 | 0.35 |
| Hex | 4 | 3 | AF | 62 | 62 | 0 | 1F | F0 | 61 | 23 |
| Octal | 4 | 3 | 257 | 142 | 142 | 0 | 37 | 360 | 141 | 43 |
| Binary | 100 | 11 | 10101111 | 1100010 | 1100010 | 0 | 11111 | 11110000 | 1100001 | 100011 |
Color Harmonies of #0403AF
Complementary color
Monochromatic Colors of #0403AF
Black with #0403AF
Text Example
Text Example
White with #0403AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0403AF; }
p { color: rgb(4,3,175); }
H1.HeaderClassName
{
color: #0403AF;
}
.AnyTagClassName
{
color: #0403AF;
}
</style>
background-color css
<style>
a { background-color: #0403AF; }
a { background-color: rgb(4,3,175); }
div.DivClassName
{
background-color: #0403AF;
}
.BgClassName
{
background-color: #0403AF;
}
</style>
border-color css
<style>
span { border-color: #0403AF; }
span { border-color: rgb(4,3,175); }
td.TdClassName
{
border-color: #0403AF;
}
.TagClassName
{
border-color: #0403AF;
}
</style>