Shades of Midnight Blue #1A257D
Tints of Midnight Blue #1A257D
RGB
CMYK
RGB Variations
Color information
#1A257D (or 0x1A257D) is known color: Midnight Blue. HEX triplet: 1A, 25 and 7D. RGB value is (26,37,125). Sum of RGB (Red+Green+Blue) = 26+37+125=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A257D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A257D is #E5DA82. Grayscale: #2B2B2B. Windows color (decimal): -15063683 or 8201498. OLE color: 8201498.
HSL color Cylindrical-coordinate representation of color #1A257D: hue angle of 233.33º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A257D is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 37 | 125 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.51 |
| HSL | 233.33º | 0.66% | 0.3% | - |
| HSV(B) | 233.33º | 0.79% | 0.49% | - |
| XYZ | 4.79 | 3.02 | 19.73 | - |
| YUV | 43.74 | 173.86 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 37 | 125 | 0.79 | 0.70 | 0 | 0.51 | 233.33 | 0.66 | 0.3 |
| Hex | 1A | 25 | 7D | 4F | 46 | 0 | 33 | E9 | 42 | 1E |
| Octal | 32 | 45 | 175 | 117 | 106 | 0 | 63 | 351 | 102 | 36 |
| Binary | 11010 | 100101 | 1111101 | 1001111 | 1000110 | 0 | 110011 | 11101001 | 1000010 | 11110 |
Color Harmonies of #1A257D
Complementary color
Monochromatic Colors of #1A257D
Black with #1A257D
Text Example
Text Example
White with #1A257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A257D; }
p { color: rgb(26,37,125); }
H1.HeaderClassName
{
color: #1A257D;
}
.AnyTagClassName
{
color: #1A257D;
}
</style>
background-color css
<style>
a { background-color: #1A257D; }
a { background-color: rgb(26,37,125); }
div.DivClassName
{
background-color: #1A257D;
}
.BgClassName
{
background-color: #1A257D;
}
</style>
border-color css
<style>
span { border-color: #1A257D; }
span { border-color: rgb(26,37,125); }
td.TdClassName
{
border-color: #1A257D;
}
.TagClassName
{
border-color: #1A257D;
}
</style>