Shades of New Midnight Blue #1306A7
Tints of New Midnight Blue #1306A7
RGB
CMYK
RGB Variations
Color information
#1306A7 (or 0x1306A7) is known color: New Midnight Blue. HEX triplet: 13, 06 and A7. RGB value is (19,6,167). Sum of RGB (Red+Green+Blue) = 19+6+167=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 167 (65.62% from 255 or 86.98% from 192); Max value from RGB is 167 - color contains mainly: blue. Hex color #1306A7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1306A7 is #ECF958. Grayscale: #1B1B1B. Windows color (decimal): -15530329 or 10946067. OLE color: 10946067.
HSL color Cylindrical-coordinate representation of color #1306A7: hue angle of 244.84º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1306A7 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 6 | 167 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.35 |
| HSL | 244.84º | 0.93% | 0.34% | - |
| HSV(B) | 244.84º | 0.96% | 0.65% | - |
| XYZ | 7.31 | 3.06 | 36.76 | - |
| YUV | 28.24 | 206.31 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 167 | 0.89 | 0.96 | 0 | 0.35 | 244.84 | 0.93 | 0.34 |
| Hex | 13 | 6 | A7 | 59 | 60 | 0 | 23 | F5 | 5D | 22 |
| Octal | 23 | 6 | 247 | 131 | 140 | 0 | 43 | 365 | 135 | 42 |
| Binary | 10011 | 110 | 10100111 | 1011001 | 1100000 | 0 | 100011 | 11110101 | 1011101 | 100010 |
Color Harmonies of #1306A7
Complementary color
Monochromatic Colors of #1306A7
Black with #1306A7
Text Example
Text Example
White with #1306A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1306A7; }
p { color: rgb(19,6,167); }
H1.HeaderClassName
{
color: #1306A7;
}
.AnyTagClassName
{
color: #1306A7;
}
</style>
background-color css
<style>
a { background-color: #1306A7; }
a { background-color: rgb(19,6,167); }
div.DivClassName
{
background-color: #1306A7;
}
.BgClassName
{
background-color: #1306A7;
}
</style>
border-color css
<style>
span { border-color: #1306A7; }
span { border-color: rgb(19,6,167); }
td.TdClassName
{
border-color: #1306A7;
}
.TagClassName
{
border-color: #1306A7;
}
</style>