Shades of Midnight Blue #1A268B
Tints of Midnight Blue #1A268B
RGB
CMYK
RGB Variations
Color information
#1A268B (or 0x1A268B) is known color: Midnight Blue. HEX triplet: 1A, 26 and 8B. RGB value is (26,38,139). Sum of RGB (Red+Green+Blue) = 26+38+139=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A268B is #E5D974. Grayscale: #2D2D2D. Windows color (decimal): -15063413 or 9119258. OLE color: 9119258.
HSL color Cylindrical-coordinate representation of color #1A268B: hue angle of 233.63º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A268B is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 38 | 139 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.45 |
| HSL | 233.63º | 0.68% | 0.32% | - |
| HSV(B) | 233.63º | 0.81% | 0.55% | - |
| XYZ | 5.78 | 3.47 | 24.79 | - |
| YUV | 45.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 139 | 0.81 | 0.73 | 0 | 0.45 | 233.63 | 0.68 | 0.32 |
| Hex | 1A | 26 | 8B | 51 | 49 | 0 | 2D | EA | 44 | 20 |
| Octal | 32 | 46 | 213 | 121 | 111 | 0 | 55 | 352 | 104 | 40 |
| Binary | 11010 | 100110 | 10001011 | 1010001 | 1001001 | 0 | 101101 | 11101010 | 1000100 | 100000 |
Color Harmonies of #1A268B
Complementary color
Monochromatic Colors of #1A268B
Black with #1A268B
Text Example
Text Example
White with #1A268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A268B; }
p { color: rgb(26,38,139); }
H1.HeaderClassName
{
color: #1A268B;
}
.AnyTagClassName
{
color: #1A268B;
}
</style>
background-color css
<style>
a { background-color: #1A268B; }
a { background-color: rgb(26,38,139); }
div.DivClassName
{
background-color: #1A268B;
}
.BgClassName
{
background-color: #1A268B;
}
</style>
border-color css
<style>
span { border-color: #1A268B; }
span { border-color: rgb(26,38,139); }
td.TdClassName
{
border-color: #1A268B;
}
.TagClassName
{
border-color: #1A268B;
}
</style>