Shades of Midnight Blue #12145A
Tints of Midnight Blue #12145A
RGB
CMYK
RGB Variations
Color information
#12145A (or 0x12145A) is known color: Midnight Blue. HEX triplet: 12, 14 and 5A. RGB value is (18,20,90). Sum of RGB (Red+Green+Blue) = 18+20+90=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 90 (35.55% from 255 or 70.31% from 128); Max value from RGB is 90 - color contains mainly: blue. Hex color #12145A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12145A is #EDEBA5. Grayscale: #1B1B1B. Windows color (decimal): -15592358 or 5903378. OLE color: 5903378.
HSL color Cylindrical-coordinate representation of color #12145A: hue angle of 238.33º 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 #12145A is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 20 | 90 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.65 |
| HSL | 238.33º | 0.67% | 0.21% | - |
| HSV(B) | 238.33º | 0.8% | 0.35% | - |
| XYZ | 2.35 | 1.37 | 9.81 | - |
| YUV | 27.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 90 | 0.80 | 0.78 | 0 | 0.65 | 238.33 | 0.67 | 0.21 |
| Hex | 12 | 14 | 5A | 50 | 4E | 0 | 41 | EE | 43 | 15 |
| Octal | 22 | 24 | 132 | 120 | 116 | 0 | 101 | 356 | 103 | 25 |
| Binary | 10010 | 10100 | 1011010 | 1010000 | 1001110 | 0 | 1000001 | 11101110 | 1000011 | 10101 |
Color Harmonies of #12145A
Complementary color
Monochromatic Colors of #12145A
Black with #12145A
Text Example
Text Example
White with #12145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12145A; }
p { color: rgb(18,20,90); }
H1.HeaderClassName
{
color: #12145A;
}
.AnyTagClassName
{
color: #12145A;
}
</style>
background-color css
<style>
a { background-color: #12145A; }
a { background-color: rgb(18,20,90); }
div.DivClassName
{
background-color: #12145A;
}
.BgClassName
{
background-color: #12145A;
}
</style>
border-color css
<style>
span { border-color: #12145A; }
span { border-color: rgb(18,20,90); }
td.TdClassName
{
border-color: #12145A;
}
.TagClassName
{
border-color: #12145A;
}
</style>