Shades of Midnight Blue #1A266F
Tints of Midnight Blue #1A266F
RGB
CMYK
RGB Variations
Color information
#1A266F (or 0x1A266F) is known color: Midnight Blue. HEX triplet: 1A, 26 and 6F. RGB value is (26,38,111). Sum of RGB (Red+Green+Blue) = 26+38+111=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A266F is #E5D990. Grayscale: #2A2A2A. Windows color (decimal): -15063441 or 7284250. OLE color: 7284250.
HSL color Cylindrical-coordinate representation of color #1A266F: hue angle of 231.53º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A266F is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 38 | 111 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.56 |
| HSL | 231.53º | 0.62% | 0.27% | - |
| HSV(B) | 231.53º | 0.77% | 0.44% | - |
| XYZ | 3.99 | 2.75 | 15.36 | - |
| YUV | 42.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 111 | 0.77 | 0.66 | 0 | 0.56 | 231.53 | 0.62 | 0.27 |
| Hex | 1A | 26 | 6F | 4D | 42 | 0 | 38 | E8 | 3E | 1B |
| Octal | 32 | 46 | 157 | 115 | 102 | 0 | 70 | 350 | 76 | 33 |
| Binary | 11010 | 100110 | 1101111 | 1001101 | 1000010 | 0 | 111000 | 11101000 | 111110 | 11011 |
Color Harmonies of #1A266F
Complementary color
Monochromatic Colors of #1A266F
Black with #1A266F
Text Example
Text Example
White with #1A266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A266F; }
p { color: rgb(26,38,111); }
H1.HeaderClassName
{
color: #1A266F;
}
.AnyTagClassName
{
color: #1A266F;
}
</style>
background-color css
<style>
a { background-color: #1A266F; }
a { background-color: rgb(26,38,111); }
div.DivClassName
{
background-color: #1A266F;
}
.BgClassName
{
background-color: #1A266F;
}
</style>
border-color css
<style>
span { border-color: #1A266F; }
span { border-color: rgb(26,38,111); }
td.TdClassName
{
border-color: #1A266F;
}
.TagClassName
{
border-color: #1A266F;
}
</style>