Shades of New Midnight Blue #0310AC
Tints of New Midnight Blue #0310AC
RGB
CMYK
RGB Variations
Color information
#0310AC (or 0x0310AC) is known color: New Midnight Blue. HEX triplet: 03, 10 and AC. RGB value is (3,16,172). Sum of RGB (Red+Green+Blue) = 3+16+172=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 172 (67.58% from 255 or 90.05% from 191); Max value from RGB is 172 - color contains mainly: blue. Hex color #0310AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0310AC is #FCEF53. Grayscale: #1D1D1D. Windows color (decimal): -16576340 or 11276291. OLE color: 11276291.
HSL color Cylindrical-coordinate representation of color #0310AC: hue angle of 235.38º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0310AC is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 16 | 172 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.33 |
| HSL | 235.38º | 0.97% | 0.34% | - |
| HSV(B) | 235.38º | 0.98% | 0.67% | - |
| XYZ | 7.67 | 3.37 | 39.28 | - |
| YUV | 29.9 | 208.19 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 172 | 0.98 | 0.91 | 0 | 0.33 | 235.38 | 0.97 | 0.34 |
| Hex | 3 | 10 | AC | 62 | 5B | 0 | 21 | EB | 61 | 22 |
| Octal | 3 | 20 | 254 | 142 | 133 | 0 | 41 | 353 | 141 | 42 |
| Binary | 11 | 10000 | 10101100 | 1100010 | 1011011 | 0 | 100001 | 11101011 | 1100001 | 100010 |
Color Harmonies of #0310AC
Complementary color
Monochromatic Colors of #0310AC
Black with #0310AC
Text Example
Text Example
White with #0310AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0310AC; }
p { color: rgb(3,16,172); }
H1.HeaderClassName
{
color: #0310AC;
}
.AnyTagClassName
{
color: #0310AC;
}
</style>
background-color css
<style>
a { background-color: #0310AC; }
a { background-color: rgb(3,16,172); }
div.DivClassName
{
background-color: #0310AC;
}
.BgClassName
{
background-color: #0310AC;
}
</style>
border-color css
<style>
span { border-color: #0310AC; }
span { border-color: rgb(3,16,172); }
td.TdClassName
{
border-color: #0310AC;
}
.TagClassName
{
border-color: #0310AC;
}
</style>