Shades of Midnight Blue #1E266C
Tints of Midnight Blue #1E266C
RGB
CMYK
RGB Variations
Color information
#1E266C (or 0x1E266C) is known color: Midnight Blue. HEX triplet: 1E, 26 and 6C. RGB value is (30,38,108). Sum of RGB (Red+Green+Blue) = 30+38+108=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E266C is #E1D993. Grayscale: #2B2B2B. Windows color (decimal): -14801300 or 7087646. OLE color: 7087646.
HSL color Cylindrical-coordinate representation of color #1E266C: hue angle of 233.85º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E266C is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 38 | 108 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.58 |
| HSL | 233.85º | 0.57% | 0.27% | - |
| HSV(B) | 233.85º | 0.72% | 0.42% | - |
| XYZ | 3.94 | 2.74 | 14.51 | - |
| YUV | 43.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 38 | 108 | 0.72 | 0.65 | 0 | 0.58 | 233.85 | 0.57 | 0.27 |
| Hex | 1E | 26 | 6C | 48 | 41 | 0 | 3A | EA | 39 | 1B |
| Octal | 36 | 46 | 154 | 110 | 101 | 0 | 72 | 352 | 71 | 33 |
| Binary | 11110 | 100110 | 1101100 | 1001000 | 1000001 | 0 | 111010 | 11101010 | 111001 | 11011 |
Color Harmonies of #1E266C
Complementary color
Monochromatic Colors of #1E266C
Black with #1E266C
Text Example
Text Example
White with #1E266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E266C; }
p { color: rgb(30,38,108); }
H1.HeaderClassName
{
color: #1E266C;
}
.AnyTagClassName
{
color: #1E266C;
}
</style>
background-color css
<style>
a { background-color: #1E266C; }
a { background-color: rgb(30,38,108); }
div.DivClassName
{
background-color: #1E266C;
}
.BgClassName
{
background-color: #1E266C;
}
</style>
border-color css
<style>
span { border-color: #1E266C; }
span { border-color: rgb(30,38,108); }
td.TdClassName
{
border-color: #1E266C;
}
.TagClassName
{
border-color: #1E266C;
}
</style>