Shades of Midnight Blue #12095A
Tints of Midnight Blue #12095A
RGB
CMYK
RGB Variations
Color information
#12095A (or 0x12095A) is known color: Midnight Blue. HEX triplet: 12, 09 and 5A. RGB value is (18,9,90). Sum of RGB (Red+Green+Blue) = 18+9+90=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 90 (35.55% from 255 or 76.92% from 117); Max value from RGB is 90 - color contains mainly: blue. Hex color #12095A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12095A is #EDF6A5. Grayscale: #141414. Windows color (decimal): -15595174 or 5900562. OLE color: 5900562.
HSL color Cylindrical-coordinate representation of color #12095A: hue angle of 246.67º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12095A is Cyan = 0.80, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 9 | 90 | - |
| CMYK | 0.80 | 0.9 | 0 | 0.65 |
| HSL | 246.67º | 0.82% | 0.19% | - |
| HSV(B) | 246.67º | 0.9% | 0.35% | - |
| XYZ | 2.19 | 1.06 | 9.76 | - |
| YUV | 20.93 | 166.98 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 90 | 0.80 | 0.9 | 0 | 0.65 | 246.67 | 0.82 | 0.19 |
| Hex | 12 | 9 | 5A | 50 | 5A | 0 | 41 | F7 | 52 | 13 |
| Octal | 22 | 11 | 132 | 120 | 132 | 0 | 101 | 367 | 122 | 23 |
| Binary | 10010 | 1001 | 1011010 | 1010000 | 1011010 | 0 | 1000001 | 11110111 | 1010010 | 10011 |
Color Harmonies of #12095A
Complementary color
Monochromatic Colors of #12095A
Black with #12095A
Text Example
Text Example
White with #12095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12095A; }
p { color: rgb(18,9,90); }
H1.HeaderClassName
{
color: #12095A;
}
.AnyTagClassName
{
color: #12095A;
}
</style>
background-color css
<style>
a { background-color: #12095A; }
a { background-color: rgb(18,9,90); }
div.DivClassName
{
background-color: #12095A;
}
.BgClassName
{
background-color: #12095A;
}
</style>
border-color css
<style>
span { border-color: #12095A; }
span { border-color: rgb(18,9,90); }
td.TdClassName
{
border-color: #12095A;
}
.TagClassName
{
border-color: #12095A;
}
</style>