Shades of New Midnight Blue #1215AF
Tints of New Midnight Blue #1215AF
RGB
CMYK
RGB Variations
Color information
#1215AF (or 0x1215AF) is known color: New Midnight Blue. HEX triplet: 12, 15 and AF. RGB value is (18,21,175). Sum of RGB (Red+Green+Blue) = 18+21+175=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 175 (68.75% from 255 or 81.78% from 214); Max value from RGB is 175 - color contains mainly: blue. Hex color #1215AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1215AF is #EDEA50. Grayscale: #252525. Windows color (decimal): -15592017 or 11474194. OLE color: 11474194.
HSL color Cylindrical-coordinate representation of color #1215AF: hue angle of 238.85º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1215AF is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 21 | 175 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.31 |
| HSL | 238.85º | 0.81% | 0.38% | - |
| HSV(B) | 238.85º | 0.9% | 0.69% | - |
| XYZ | 8.26 | 3.76 | 40.85 | - |
| YUV | 37.66 | 205.51 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 175 | 0.90 | 0.88 | 0 | 0.31 | 238.85 | 0.81 | 0.38 |
| Hex | 12 | 15 | AF | 5A | 58 | 0 | 1F | EF | 51 | 26 |
| Octal | 22 | 25 | 257 | 132 | 130 | 0 | 37 | 357 | 121 | 46 |
| Binary | 10010 | 10101 | 10101111 | 1011010 | 1011000 | 0 | 11111 | 11101111 | 1010001 | 100110 |
Color Harmonies of #1215AF
Complementary color
Monochromatic Colors of #1215AF
Black with #1215AF
Text Example
Text Example
White with #1215AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1215AF; }
p { color: rgb(18,21,175); }
H1.HeaderClassName
{
color: #1215AF;
}
.AnyTagClassName
{
color: #1215AF;
}
</style>
background-color css
<style>
a { background-color: #1215AF; }
a { background-color: rgb(18,21,175); }
div.DivClassName
{
background-color: #1215AF;
}
.BgClassName
{
background-color: #1215AF;
}
</style>
border-color css
<style>
span { border-color: #1215AF; }
span { border-color: rgb(18,21,175); }
td.TdClassName
{
border-color: #1215AF;
}
.TagClassName
{
border-color: #1215AF;
}
</style>