Shades of New Midnight Blue #0313AC
Tints of New Midnight Blue #0313AC
RGB
CMYK
RGB Variations
Color information
#0313AC (or 0x0313AC) is known color: New Midnight Blue. HEX triplet: 03, 13 and AC. RGB value is (3,19,172). Sum of RGB (Red+Green+Blue) = 3+19+172=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 172 (67.58% from 255 or 88.66% from 194); Max value from RGB is 172 - color contains mainly: blue. Hex color #0313AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0313AC is #FCEC53. Grayscale: #1F1F1F. Windows color (decimal): -16575572 or 11277059. OLE color: 11277059.
HSL color Cylindrical-coordinate representation of color #0313AC: hue angle of 234.32º 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 #0313AC is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 19 | 172 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.33 |
| HSL | 234.32º | 0.97% | 0.34% | - |
| HSV(B) | 234.32º | 0.98% | 0.67% | - |
| XYZ | 7.72 | 3.46 | 39.29 | - |
| YUV | 31.66 | 207.2 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 172 | 0.98 | 0.89 | 0 | 0.33 | 234.32 | 0.97 | 0.34 |
| Hex | 3 | 13 | AC | 62 | 59 | 0 | 21 | EA | 61 | 22 |
| Octal | 3 | 23 | 254 | 142 | 131 | 0 | 41 | 352 | 141 | 42 |
| Binary | 11 | 10011 | 10101100 | 1100010 | 1011001 | 0 | 100001 | 11101010 | 1100001 | 100010 |
Color Harmonies of #0313AC
Complementary color
Monochromatic Colors of #0313AC
Black with #0313AC
Text Example
Text Example
White with #0313AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0313AC; }
p { color: rgb(3,19,172); }
H1.HeaderClassName
{
color: #0313AC;
}
.AnyTagClassName
{
color: #0313AC;
}
</style>
background-color css
<style>
a { background-color: #0313AC; }
a { background-color: rgb(3,19,172); }
div.DivClassName
{
background-color: #0313AC;
}
.BgClassName
{
background-color: #0313AC;
}
</style>
border-color css
<style>
span { border-color: #0313AC; }
span { border-color: rgb(3,19,172); }
td.TdClassName
{
border-color: #0313AC;
}
.TagClassName
{
border-color: #0313AC;
}
</style>