Shades of New Midnight Blue #1304AC
Tints of New Midnight Blue #1304AC
RGB
CMYK
RGB Variations
Color information
#1304AC (or 0x1304AC) is known color: New Midnight Blue. HEX triplet: 13, 04 and AC. RGB value is (19,4,172). Sum of RGB (Red+Green+Blue) = 19+4+172=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 172 (67.58% from 255 or 88.21% from 195); Max value from RGB is 172 - color contains mainly: blue. Hex color #1304AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1304AC is #ECFB53. Grayscale: #1A1A1A. Windows color (decimal): -15530836 or 11273235. OLE color: 11273235.
HSL color Cylindrical-coordinate representation of color #1304AC: hue angle of 245.36º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1304AC is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 4 | 172 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.33 |
| HSL | 245.36º | 0.95% | 0.35% | - |
| HSV(B) | 245.36º | 0.98% | 0.67% | - |
| XYZ | 7.76 | 3.2 | 39.24 | - |
| YUV | 27.64 | 209.47 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 172 | 0.89 | 0.98 | 0 | 0.33 | 245.36 | 0.95 | 0.35 |
| Hex | 13 | 4 | AC | 59 | 62 | 0 | 21 | F5 | 5F | 23 |
| Octal | 23 | 4 | 254 | 131 | 142 | 0 | 41 | 365 | 137 | 43 |
| Binary | 10011 | 100 | 10101100 | 1011001 | 1100010 | 0 | 100001 | 11110101 | 1011111 | 100011 |
Color Harmonies of #1304AC
Complementary color
Monochromatic Colors of #1304AC
Black with #1304AC
Text Example
Text Example
White with #1304AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1304AC; }
p { color: rgb(19,4,172); }
H1.HeaderClassName
{
color: #1304AC;
}
.AnyTagClassName
{
color: #1304AC;
}
</style>
background-color css
<style>
a { background-color: #1304AC; }
a { background-color: rgb(19,4,172); }
div.DivClassName
{
background-color: #1304AC;
}
.BgClassName
{
background-color: #1304AC;
}
</style>
border-color css
<style>
span { border-color: #1304AC; }
span { border-color: rgb(19,4,172); }
td.TdClassName
{
border-color: #1304AC;
}
.TagClassName
{
border-color: #1304AC;
}
</style>