Shades of Midnight Blue #1A2467
Tints of Midnight Blue #1A2467
RGB
CMYK
RGB Variations
Color information
#1A2467 (or 0x1A2467) is known color: Midnight Blue. HEX triplet: 1A, 24 and 67. RGB value is (26,36,103). Sum of RGB (Red+Green+Blue) = 26+36+103=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 103 (40.62% from 255 or 62.42% from 165); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A2467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2467 is #E5DB98. Grayscale: #282828. Windows color (decimal): -15063961 or 6759450. OLE color: 6759450.
HSL color Cylindrical-coordinate representation of color #1A2467: hue angle of 232.21º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A2467 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 36 | 103 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.60 |
| HSL | 232.21º | 0.6% | 0.25% | - |
| HSV(B) | 232.21º | 0.75% | 0.4% | - |
| XYZ | 3.51 | 2.46 | 13.12 | - |
| YUV | 40.65 | 163.19 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 103 | 0.75 | 0.65 | 0 | 0.60 | 232.21 | 0.6 | 0.25 |
| Hex | 1A | 24 | 67 | 4B | 41 | 0 | 3C | E8 | 3C | 19 |
| Octal | 32 | 44 | 147 | 113 | 101 | 0 | 74 | 350 | 74 | 31 |
| Binary | 11010 | 100100 | 1100111 | 1001011 | 1000001 | 0 | 111100 | 11101000 | 111100 | 11001 |
Color Harmonies of #1A2467
Complementary color
Monochromatic Colors of #1A2467
Black with #1A2467
Text Example
Text Example
White with #1A2467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2467; }
p { color: rgb(26,36,103); }
H1.HeaderClassName
{
color: #1A2467;
}
.AnyTagClassName
{
color: #1A2467;
}
</style>
background-color css
<style>
a { background-color: #1A2467; }
a { background-color: rgb(26,36,103); }
div.DivClassName
{
background-color: #1A2467;
}
.BgClassName
{
background-color: #1A2467;
}
</style>
border-color css
<style>
span { border-color: #1A2467; }
span { border-color: rgb(26,36,103); }
td.TdClassName
{
border-color: #1A2467;
}
.TagClassName
{
border-color: #1A2467;
}
</style>