Shades of New Midnight Blue #0003AD
Tints of New Midnight Blue #0003AD
RGB
CMYK
RGB Variations
Color information
#0003AD (or 0x0003AD) is known color: New Midnight Blue. HEX triplet: 00, 03 and AD. RGB value is (0,3,173). Sum of RGB (Red+Green+Blue) = 0+3+173=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 173 (67.97% from 255 or 98.30% from 176); Max value from RGB is 173 - color contains mainly: blue. Hex color #0003AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0003AD is #FFFC52. Grayscale: #141414. Windows color (decimal): -16776275 or 11338496. OLE color: 11338496.
HSL color Cylindrical-coordinate representation of color #0003AD: hue angle of 238.96º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0003AD is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 3 | 173 | - |
| CMYK | 1 | 0.98 | 0 | 0.32 |
| HSL | 238.96º | 1% | 0.34% | - |
| HSV(B) | 238.96º | 1% | 0.68% | - |
| XYZ | 7.58 | 3.08 | 39.73 | - |
| YUV | 21.48 | 213.51 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 173 | 1 | 0.98 | 0 | 0.32 | 238.96 | 1 | 0.34 |
| Hex | 0 | 3 | AD | 64 | 62 | 0 | 20 | EF | 64 | 22 |
| Octal | 0 | 3 | 255 | 144 | 142 | 0 | 40 | 357 | 144 | 42 |
| Binary | 0 | 11 | 10101101 | 1100100 | 1100010 | 0 | 100000 | 11101111 | 1100100 | 100010 |
Color Harmonies of #0003AD
Complementary color
Monochromatic Colors of #0003AD
Black with #0003AD
Text Example
Text Example
White with #0003AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0003AD; }
p { color: rgb(0,3,173); }
H1.HeaderClassName
{
color: #0003AD;
}
.AnyTagClassName
{
color: #0003AD;
}
</style>
background-color css
<style>
a { background-color: #0003AD; }
a { background-color: rgb(0,3,173); }
div.DivClassName
{
background-color: #0003AD;
}
.BgClassName
{
background-color: #0003AD;
}
</style>
border-color css
<style>
span { border-color: #0003AD; }
span { border-color: rgb(0,3,173); }
td.TdClassName
{
border-color: #0003AD;
}
.TagClassName
{
border-color: #0003AD;
}
</style>