Shades of New Midnight Blue #0300A0
Tints of New Midnight Blue #0300A0
RGB
CMYK
RGB Variations
Color information
#0300A0 (or 0x0300A0) is known color: New Midnight Blue. HEX triplet: 03, 00 and A0. RGB value is (3,0,160). Sum of RGB (Red+Green+Blue) = 3+0+160=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 160 (62.89% from 255 or 98.16% from 163); Max value from RGB is 160 - color contains mainly: blue. Hex color #0300A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0300A0 is #FCFF5F. Grayscale: #121212. Windows color (decimal): -16580448 or 10485763. OLE color: 10485763.
HSL color Cylindrical-coordinate representation of color #0300A0: hue angle of 241.13º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0300A0 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 0 | 160 | - |
| CMYK | 0.98 | 1 | 0 | 0.37 |
| HSL | 241.13º | 1% | 0.31% | - |
| HSV(B) | 241.13º | 1% | 0.63% | - |
| XYZ | 6.38 | 2.56 | 33.41 | - |
| YUV | 19.14 | 207.49 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 160 | 0.98 | 1 | 0 | 0.37 | 241.13 | 1 | 0.31 |
| Hex | 3 | 0 | A0 | 62 | 64 | 0 | 25 | F1 | 64 | 1F |
| Octal | 3 | 0 | 240 | 142 | 144 | 0 | 45 | 361 | 144 | 37 |
| Binary | 11 | 0 | 10100000 | 1100010 | 1100100 | 0 | 100101 | 11110001 | 1100100 | 11111 |
Color Harmonies of #0300A0
Complementary color
Monochromatic Colors of #0300A0
Black with #0300A0
Text Example
Text Example
White with #0300A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0300A0; }
p { color: rgb(3,0,160); }
H1.HeaderClassName
{
color: #0300A0;
}
.AnyTagClassName
{
color: #0300A0;
}
</style>
background-color css
<style>
a { background-color: #0300A0; }
a { background-color: rgb(3,0,160); }
div.DivClassName
{
background-color: #0300A0;
}
.BgClassName
{
background-color: #0300A0;
}
</style>
border-color css
<style>
span { border-color: #0300A0; }
span { border-color: rgb(3,0,160); }
td.TdClassName
{
border-color: #0300A0;
}
.TagClassName
{
border-color: #0300A0;
}
</style>