Shades of New Midnight Blue #1200B4
Tints of New Midnight Blue #1200B4
RGB
CMYK
RGB Variations
Color information
#1200B4 (or 0x1200B4) is known color: New Midnight Blue. HEX triplet: 12, 00 and B4. RGB value is (18,0,180). Sum of RGB (Red+Green+Blue) = 18+0+180=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 180 (70.70% from 255 or 90.91% from 198); Max value from RGB is 180 - color contains mainly: blue. Hex color #1200B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1200B4 is #EDFF4B. Grayscale: #191919. Windows color (decimal): -15597388 or 11796498. OLE color: 11796498.
HSL color Cylindrical-coordinate representation of color #1200B4: hue angle of 246º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1200B4 is Cyan = 0.9, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 0 | 180 | - |
| CMYK | 0.9 | 1 | 0 | 0.29 |
| HSL | 246º | 1% | 0.35% | - |
| HSV(B) | 246º | 1% | 0.71% | - |
| XYZ | 8.49 | 3.42 | 43.39 | - |
| YUV | 25.9 | 214.96 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 180 | 0.9 | 1 | 0 | 0.29 | 246 | 1 | 0.35 |
| Hex | 12 | 0 | B4 | 5A | 64 | 0 | 1D | F6 | 64 | 23 |
| Octal | 22 | 0 | 264 | 132 | 144 | 0 | 35 | 366 | 144 | 43 |
| Binary | 10010 | 0 | 10110100 | 1011010 | 1100100 | 0 | 11101 | 11110110 | 1100100 | 100011 |
Color Harmonies of #1200B4
Complementary color
Monochromatic Colors of #1200B4
Black with #1200B4
Text Example
Text Example
White with #1200B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1200B4; }
p { color: rgb(18,0,180); }
H1.HeaderClassName
{
color: #1200B4;
}
.AnyTagClassName
{
color: #1200B4;
}
</style>
background-color css
<style>
a { background-color: #1200B4; }
a { background-color: rgb(18,0,180); }
div.DivClassName
{
background-color: #1200B4;
}
.BgClassName
{
background-color: #1200B4;
}
</style>
border-color css
<style>
span { border-color: #1200B4; }
span { border-color: rgb(18,0,180); }
td.TdClassName
{
border-color: #1200B4;
}
.TagClassName
{
border-color: #1200B4;
}
</style>