Shades of New Midnight Blue #0304AD
Tints of New Midnight Blue #0304AD
RGB
CMYK
RGB Variations
Color information
#0304AD (or 0x0304AD) is known color: New Midnight Blue. HEX triplet: 03, 04 and AD. RGB value is (3,4,173). Sum of RGB (Red+Green+Blue) = 3+4+173=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 173 (67.97% from 255 or 96.11% from 180); Max value from RGB is 173 - color contains mainly: blue. Hex color #0304AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0304AD is #FCFB52. Grayscale: #161616. Windows color (decimal): -16579411 or 11338755. OLE color: 11338755.
HSL color Cylindrical-coordinate representation of color #0304AD: hue angle of 239.65º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0304AD is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 4 | 173 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.32 |
| HSL | 239.65º | 0.97% | 0.35% | - |
| HSV(B) | 239.65º | 0.98% | 0.68% | - |
| XYZ | 7.62 | 3.12 | 39.74 | - |
| YUV | 22.97 | 212.67 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 173 | 0.98 | 0.98 | 0 | 0.32 | 239.65 | 0.97 | 0.35 |
| Hex | 3 | 4 | AD | 62 | 62 | 0 | 20 | F0 | 61 | 23 |
| Octal | 3 | 4 | 255 | 142 | 142 | 0 | 40 | 360 | 141 | 43 |
| Binary | 11 | 100 | 10101101 | 1100010 | 1100010 | 0 | 100000 | 11110000 | 1100001 | 100011 |
Color Harmonies of #0304AD
Complementary color
Monochromatic Colors of #0304AD
Black with #0304AD
Text Example
Text Example
White with #0304AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0304AD; }
p { color: rgb(3,4,173); }
H1.HeaderClassName
{
color: #0304AD;
}
.AnyTagClassName
{
color: #0304AD;
}
</style>
background-color css
<style>
a { background-color: #0304AD; }
a { background-color: rgb(3,4,173); }
div.DivClassName
{
background-color: #0304AD;
}
.BgClassName
{
background-color: #0304AD;
}
</style>
border-color css
<style>
span { border-color: #0304AD; }
span { border-color: rgb(3,4,173); }
td.TdClassName
{
border-color: #0304AD;
}
.TagClassName
{
border-color: #0304AD;
}
</style>