Shades of Midnight Blue #1A187A
Tints of Midnight Blue #1A187A
RGB
CMYK
RGB Variations
Color information
#1A187A (or 0x1A187A) is known color: Midnight Blue. HEX triplet: 1A, 18 and 7A. RGB value is (26,24,122). Sum of RGB (Red+Green+Blue) = 26+24+122=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 122 (48.05% from 255 or 70.93% from 172); Max value from RGB is 122 - color contains mainly: blue. Hex color #1A187A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A187A is #E5E785. Grayscale: #232323. Windows color (decimal): -15067014 or 8001562. OLE color: 8001562.
HSL color Cylindrical-coordinate representation of color #1A187A: hue angle of 241.22º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A187A is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 24 | 122 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.52 |
| HSL | 241.22º | 0.67% | 0.29% | - |
| HSV(B) | 241.22º | 0.8% | 0.48% | - |
| XYZ | 4.27 | 2.28 | 18.63 | - |
| YUV | 35.77 | 176.66 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 122 | 0.79 | 0.80 | 0 | 0.52 | 241.22 | 0.67 | 0.29 |
| Hex | 1A | 18 | 7A | 4F | 50 | 0 | 34 | F1 | 43 | 1D |
| Octal | 32 | 30 | 172 | 117 | 120 | 0 | 64 | 361 | 103 | 35 |
| Binary | 11010 | 11000 | 1111010 | 1001111 | 1010000 | 0 | 110100 | 11110001 | 1000011 | 11101 |
Color Harmonies of #1A187A
Complementary color
Monochromatic Colors of #1A187A
Black with #1A187A
Text Example
Text Example
White with #1A187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A187A; }
p { color: rgb(26,24,122); }
H1.HeaderClassName
{
color: #1A187A;
}
.AnyTagClassName
{
color: #1A187A;
}
</style>
background-color css
<style>
a { background-color: #1A187A; }
a { background-color: rgb(26,24,122); }
div.DivClassName
{
background-color: #1A187A;
}
.BgClassName
{
background-color: #1A187A;
}
</style>
border-color css
<style>
span { border-color: #1A187A; }
span { border-color: rgb(26,24,122); }
td.TdClassName
{
border-color: #1A187A;
}
.TagClassName
{
border-color: #1A187A;
}
</style>