Shades of New Midnight Blue #1500AF
Tints of New Midnight Blue #1500AF
RGB
CMYK
RGB Variations
Color information
#1500AF (or 0x1500AF) is known color: New Midnight Blue. HEX triplet: 15, 00 and AF. RGB value is (21,0,175). Sum of RGB (Red+Green+Blue) = 21+0+175=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 0 (0.39% from 255 or 0% 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 #1500AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1500AF is #EAFF50. Grayscale: #191919. Windows color (decimal): -15400785 or 11468821. OLE color: 11468821.
HSL color Cylindrical-coordinate representation of color #1500AF: hue angle of 247.2º 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 #1500AF is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 0 | 175 | - |
| CMYK | 0.88 | 1 | 0 | 0.31 |
| HSL | 247.2º | 1% | 0.34% | - |
| HSV(B) | 247.2º | 1% | 0.69% | - |
| XYZ | 8.05 | 3.25 | 40.76 | - |
| YUV | 26.23 | 211.96 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 175 | 0.88 | 1 | 0 | 0.31 | 247.2 | 1 | 0.34 |
| Hex | 15 | 0 | AF | 58 | 64 | 0 | 1F | F7 | 64 | 22 |
| Octal | 25 | 0 | 257 | 130 | 144 | 0 | 37 | 367 | 144 | 42 |
| Binary | 10101 | 0 | 10101111 | 1011000 | 1100100 | 0 | 11111 | 11110111 | 1100100 | 100010 |
Color Harmonies of #1500AF
Complementary color
Monochromatic Colors of #1500AF
Black with #1500AF
Text Example
Text Example
White with #1500AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1500AF; }
p { color: rgb(21,0,175); }
H1.HeaderClassName
{
color: #1500AF;
}
.AnyTagClassName
{
color: #1500AF;
}
</style>
background-color css
<style>
a { background-color: #1500AF; }
a { background-color: rgb(21,0,175); }
div.DivClassName
{
background-color: #1500AF;
}
.BgClassName
{
background-color: #1500AF;
}
</style>
border-color css
<style>
span { border-color: #1500AF; }
span { border-color: rgb(21,0,175); }
td.TdClassName
{
border-color: #1500AF;
}
.TagClassName
{
border-color: #1500AF;
}
</style>