Shades of New Midnight Blue #1300AF
Tints of New Midnight Blue #1300AF
RGB
CMYK
RGB Variations
Color information
#1300AF (or 0x1300AF) is known color: New Midnight Blue. HEX triplet: 13, 00 and AF. RGB value is (19,0,175). Sum of RGB (Red+Green+Blue) = 19+0+175=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 175 (68.75% from 255 or 90.21% from 194); Max value from RGB is 175 - color contains mainly: blue. Hex color #1300AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1300AF is #ECFF50. Grayscale: #181818. Windows color (decimal): -15531857 or 11468819. OLE color: 11468819.
HSL color Cylindrical-coordinate representation of color #1300AF: hue angle of 246.51º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1300AF is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 0 | 175 | - |
| CMYK | 0.89 | 1 | 0 | 0.31 |
| HSL | 246.51º | 1% | 0.34% | - |
| HSV(B) | 246.51º | 1% | 0.69% | - |
| XYZ | 8.01 | 3.23 | 40.76 | - |
| YUV | 25.63 | 212.29 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 175 | 0.89 | 1 | 0 | 0.31 | 246.51 | 1 | 0.34 |
| Hex | 13 | 0 | AF | 59 | 64 | 0 | 1F | F7 | 64 | 22 |
| Octal | 23 | 0 | 257 | 131 | 144 | 0 | 37 | 367 | 144 | 42 |
| Binary | 10011 | 0 | 10101111 | 1011001 | 1100100 | 0 | 11111 | 11110111 | 1100100 | 100010 |
Color Harmonies of #1300AF
Complementary color
Monochromatic Colors of #1300AF
Black with #1300AF
Text Example
Text Example
White with #1300AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1300AF; }
p { color: rgb(19,0,175); }
H1.HeaderClassName
{
color: #1300AF;
}
.AnyTagClassName
{
color: #1300AF;
}
</style>
background-color css
<style>
a { background-color: #1300AF; }
a { background-color: rgb(19,0,175); }
div.DivClassName
{
background-color: #1300AF;
}
.BgClassName
{
background-color: #1300AF;
}
</style>
border-color css
<style>
span { border-color: #1300AF; }
span { border-color: rgb(19,0,175); }
td.TdClassName
{
border-color: #1300AF;
}
.TagClassName
{
border-color: #1300AF;
}
</style>