Shades of New Midnight Blue #1304AF
Tints of New Midnight Blue #1304AF
RGB
CMYK
RGB Variations
Color information
#1304AF (or 0x1304AF) is known color: New Midnight Blue. HEX triplet: 13, 04 and AF. RGB value is (19,4,175). Sum of RGB (Red+Green+Blue) = 19+4+175=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 175 (68.75% from 255 or 88.38% from 198); Max value from RGB is 175 - color contains mainly: blue. Hex color #1304AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1304AF is #ECFB50. Grayscale: #1B1B1B. Windows color (decimal): -15530833 or 11469843. OLE color: 11469843.
HSL color Cylindrical-coordinate representation of color #1304AF: hue angle of 245.26º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1304AF is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 4 | 175 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.31 |
| HSL | 245.26º | 0.96% | 0.35% | - |
| HSV(B) | 245.26º | 0.98% | 0.69% | - |
| XYZ | 8.05 | 3.32 | 40.77 | - |
| YUV | 27.98 | 210.97 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 175 | 0.89 | 0.98 | 0 | 0.31 | 245.26 | 0.96 | 0.35 |
| Hex | 13 | 4 | AF | 59 | 62 | 0 | 1F | F5 | 60 | 23 |
| Octal | 23 | 4 | 257 | 131 | 142 | 0 | 37 | 365 | 140 | 43 |
| Binary | 10011 | 100 | 10101111 | 1011001 | 1100010 | 0 | 11111 | 11110101 | 1100000 | 100011 |
Color Harmonies of #1304AF
Complementary color
Monochromatic Colors of #1304AF
Black with #1304AF
Text Example
Text Example
White with #1304AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1304AF; }
p { color: rgb(19,4,175); }
H1.HeaderClassName
{
color: #1304AF;
}
.AnyTagClassName
{
color: #1304AF;
}
</style>
background-color css
<style>
a { background-color: #1304AF; }
a { background-color: rgb(19,4,175); }
div.DivClassName
{
background-color: #1304AF;
}
.BgClassName
{
background-color: #1304AF;
}
</style>
border-color css
<style>
span { border-color: #1304AF; }
span { border-color: rgb(19,4,175); }
td.TdClassName
{
border-color: #1304AF;
}
.TagClassName
{
border-color: #1304AF;
}
</style>