Shades of New Midnight Blue #1401AF
Tints of New Midnight Blue #1401AF
RGB
CMYK
RGB Variations
Color information
#1401AF (or 0x1401AF) is known color: New Midnight Blue. HEX triplet: 14, 01 and AF. RGB value is (20,1,175). Sum of RGB (Red+Green+Blue) = 20+1+175=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 175 (68.75% from 255 or 89.29% from 196); Max value from RGB is 175 - color contains mainly: blue. Hex color #1401AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1401AF is #EBFE50. Grayscale: #191919. Windows color (decimal): -15466065 or 11469076. OLE color: 11469076.
HSL color Cylindrical-coordinate representation of color #1401AF: hue angle of 246.55º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1401AF is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 1 | 175 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.31 |
| HSL | 246.55º | 0.99% | 0.35% | - |
| HSV(B) | 246.55º | 0.99% | 0.69% | - |
| XYZ | 8.04 | 3.27 | 40.76 | - |
| YUV | 26.52 | 211.79 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 175 | 0.89 | 0.99 | 0 | 0.31 | 246.55 | 0.99 | 0.35 |
| Hex | 14 | 1 | AF | 59 | 63 | 0 | 1F | F7 | 63 | 23 |
| Octal | 24 | 1 | 257 | 131 | 143 | 0 | 37 | 367 | 143 | 43 |
| Binary | 10100 | 1 | 10101111 | 1011001 | 1100011 | 0 | 11111 | 11110111 | 1100011 | 100011 |
Color Harmonies of #1401AF
Complementary color
Monochromatic Colors of #1401AF
Black with #1401AF
Text Example
Text Example
White with #1401AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1401AF; }
p { color: rgb(20,1,175); }
H1.HeaderClassName
{
color: #1401AF;
}
.AnyTagClassName
{
color: #1401AF;
}
</style>
background-color css
<style>
a { background-color: #1401AF; }
a { background-color: rgb(20,1,175); }
div.DivClassName
{
background-color: #1401AF;
}
.BgClassName
{
background-color: #1401AF;
}
</style>
border-color css
<style>
span { border-color: #1401AF; }
span { border-color: rgb(20,1,175); }
td.TdClassName
{
border-color: #1401AF;
}
.TagClassName
{
border-color: #1401AF;
}
</style>