Shades of New Midnight Blue #0300AC
Tints of New Midnight Blue #0300AC
RGB
CMYK
RGB Variations
Color information
#0300AC (or 0x0300AC) is known color: New Midnight Blue. HEX triplet: 03, 00 and AC. RGB value is (3,0,172). Sum of RGB (Red+Green+Blue) = 3+0+172=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 172 (67.58% from 255 or 98.29% from 175); Max value from RGB is 172 - color contains mainly: blue. Hex color #0300AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0300AC is #FCFF53. Grayscale: #131313. Windows color (decimal): -16580436 or 11272195. OLE color: 11272195.
HSL color Cylindrical-coordinate representation of color #0300AC: hue angle of 241.05º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0300AC is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 0 | 172 | - |
| CMYK | 0.98 | 1 | 0 | 0.33 |
| HSL | 241.05º | 1% | 0.34% | - |
| HSV(B) | 241.05º | 1% | 0.67% | - |
| XYZ | 7.48 | 3 | 39.21 | - |
| YUV | 20.51 | 213.49 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 172 | 0.98 | 1 | 0 | 0.33 | 241.05 | 1 | 0.34 |
| Hex | 3 | 0 | AC | 62 | 64 | 0 | 21 | F1 | 64 | 22 |
| Octal | 3 | 0 | 254 | 142 | 144 | 0 | 41 | 361 | 144 | 42 |
| Binary | 11 | 0 | 10101100 | 1100010 | 1100100 | 0 | 100001 | 11110001 | 1100100 | 100010 |
Color Harmonies of #0300AC
Complementary color
Monochromatic Colors of #0300AC
Black with #0300AC
Text Example
Text Example
White with #0300AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0300AC; }
p { color: rgb(3,0,172); }
H1.HeaderClassName
{
color: #0300AC;
}
.AnyTagClassName
{
color: #0300AC;
}
</style>
background-color css
<style>
a { background-color: #0300AC; }
a { background-color: rgb(3,0,172); }
div.DivClassName
{
background-color: #0300AC;
}
.BgClassName
{
background-color: #0300AC;
}
</style>
border-color css
<style>
span { border-color: #0300AC; }
span { border-color: rgb(3,0,172); }
td.TdClassName
{
border-color: #0300AC;
}
.TagClassName
{
border-color: #0300AC;
}
</style>