Shades of Midnight Blue #1A125C
Tints of Midnight Blue #1A125C
RGB
CMYK
RGB Variations
Color information
#1A125C (or 0x1A125C) is known color: Midnight Blue. HEX triplet: 1A, 12 and 5C. RGB value is (26,18,92). Sum of RGB (Red+Green+Blue) = 26+18+92=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A125C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A125C is #E5EDA3. Grayscale: #1C1C1C. Windows color (decimal): -15068580 or 6033946. OLE color: 6033946.
HSL color Cylindrical-coordinate representation of color #1A125C: hue angle of 246.49º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A125C is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 18 | 92 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.64 |
| HSL | 246.49º | 0.67% | 0.22% | - |
| HSV(B) | 246.49º | 0.8% | 0.36% | - |
| XYZ | 2.57 | 1.42 | 10.26 | - |
| YUV | 28.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 92 | 0.72 | 0.80 | 0 | 0.64 | 246.49 | 0.67 | 0.22 |
| Hex | 1A | 12 | 5C | 48 | 50 | 0 | 40 | F6 | 43 | 16 |
| Octal | 32 | 22 | 134 | 110 | 120 | 0 | 100 | 366 | 103 | 26 |
| Binary | 11010 | 10010 | 1011100 | 1001000 | 1010000 | 0 | 1000000 | 11110110 | 1000011 | 10110 |
Color Harmonies of #1A125C
Complementary color
Monochromatic Colors of #1A125C
Black with #1A125C
Text Example
Text Example
White with #1A125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A125C; }
p { color: rgb(26,18,92); }
H1.HeaderClassName
{
color: #1A125C;
}
.AnyTagClassName
{
color: #1A125C;
}
</style>
background-color css
<style>
a { background-color: #1A125C; }
a { background-color: rgb(26,18,92); }
div.DivClassName
{
background-color: #1A125C;
}
.BgClassName
{
background-color: #1A125C;
}
</style>
border-color css
<style>
span { border-color: #1A125C; }
span { border-color: rgb(26,18,92); }
td.TdClassName
{
border-color: #1A125C;
}
.TagClassName
{
border-color: #1A125C;
}
</style>