Shades of Midnight Blue #12195A
Tints of Midnight Blue #12195A
RGB
CMYK
RGB Variations
Color information
#12195A (or 0x12195A) is known color: Midnight Blue. HEX triplet: 12, 19 and 5A. RGB value is (18,25,90). Sum of RGB (Red+Green+Blue) = 18+25+90=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #12195A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12195A is #EDE6A5. Grayscale: #1E1E1E. Windows color (decimal): -15591078 or 5904658. OLE color: 5904658.
HSL color Cylindrical-coordinate representation of color #12195A: hue angle of 234.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12195A is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 25 | 90 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.65 |
| HSL | 234.17º | 0.67% | 0.21% | - |
| HSV(B) | 234.17º | 0.8% | 0.35% | - |
| XYZ | 2.44 | 1.56 | 9.85 | - |
| YUV | 30.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 90 | 0.80 | 0.72 | 0 | 0.65 | 234.17 | 0.67 | 0.21 |
| Hex | 12 | 19 | 5A | 50 | 48 | 0 | 41 | EA | 43 | 15 |
| Octal | 22 | 31 | 132 | 120 | 110 | 0 | 101 | 352 | 103 | 25 |
| Binary | 10010 | 11001 | 1011010 | 1010000 | 1001000 | 0 | 1000001 | 11101010 | 1000011 | 10101 |
Color Harmonies of #12195A
Complementary color
Monochromatic Colors of #12195A
Black with #12195A
Text Example
Text Example
White with #12195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12195A; }
p { color: rgb(18,25,90); }
H1.HeaderClassName
{
color: #12195A;
}
.AnyTagClassName
{
color: #12195A;
}
</style>
background-color css
<style>
a { background-color: #12195A; }
a { background-color: rgb(18,25,90); }
div.DivClassName
{
background-color: #12195A;
}
.BgClassName
{
background-color: #12195A;
}
</style>
border-color css
<style>
span { border-color: #12195A; }
span { border-color: rgb(18,25,90); }
td.TdClassName
{
border-color: #12195A;
}
.TagClassName
{
border-color: #12195A;
}
</style>