Shades of New Midnight Blue #1301B4
Tints of New Midnight Blue #1301B4
RGB
CMYK
RGB Variations
Color information
#1301B4 (or 0x1301B4) is known color: New Midnight Blue. HEX triplet: 13, 01 and B4. RGB value is (19,1,180). Sum of RGB (Red+Green+Blue) = 19+1+180=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 180 (70.70% from 255 or 90% from 200); Max value from RGB is 180 - color contains mainly: blue. Hex color #1301B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1301B4 is #ECFE4B. Grayscale: #1A1A1A. Windows color (decimal): -15531596 or 11796755. OLE color: 11796755.
HSL color Cylindrical-coordinate representation of color #1301B4: hue angle of 246.03º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1301B4 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 1 | 180 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.29 |
| HSL | 246.03º | 0.99% | 0.35% | - |
| HSV(B) | 246.03º | 0.99% | 0.71% | - |
| XYZ | 8.52 | 3.46 | 43.4 | - |
| YUV | 26.79 | 214.46 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 180 | 0.89 | 0.99 | 0 | 0.29 | 246.03 | 0.99 | 0.35 |
| Hex | 13 | 1 | B4 | 59 | 63 | 0 | 1D | F6 | 63 | 23 |
| Octal | 23 | 1 | 264 | 131 | 143 | 0 | 35 | 366 | 143 | 43 |
| Binary | 10011 | 1 | 10110100 | 1011001 | 1100011 | 0 | 11101 | 11110110 | 1100011 | 100011 |
Color Harmonies of #1301B4
Complementary color
Monochromatic Colors of #1301B4
Black with #1301B4
Text Example
Text Example
White with #1301B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1301B4; }
p { color: rgb(19,1,180); }
H1.HeaderClassName
{
color: #1301B4;
}
.AnyTagClassName
{
color: #1301B4;
}
</style>
background-color css
<style>
a { background-color: #1301B4; }
a { background-color: rgb(19,1,180); }
div.DivClassName
{
background-color: #1301B4;
}
.BgClassName
{
background-color: #1301B4;
}
</style>
border-color css
<style>
span { border-color: #1301B4; }
span { border-color: rgb(19,1,180); }
td.TdClassName
{
border-color: #1301B4;
}
.TagClassName
{
border-color: #1301B4;
}
</style>