Shades of Midnight Blue #1A035B
Tints of Midnight Blue #1A035B
RGB
CMYK
RGB Variations
Color information
#1A035B (or 0x1A035B) is known color: Midnight Blue. HEX triplet: 1A, 03 and 5B. RGB value is (26,3,91). Sum of RGB (Red+Green+Blue) = 26+3+91=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 91 (35.94% from 255 or 75.83% from 120); Max value from RGB is 91 - color contains mainly: blue. Hex color #1A035B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A035B is #E5FCA4. Grayscale: #131313. Windows color (decimal): -15072421 or 5964570. OLE color: 5964570.
HSL color Cylindrical-coordinate representation of color #1A035B: hue angle of 255.68º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A035B is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 3 | 91 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.64 |
| HSL | 255.68º | 0.94% | 0.18% | - |
| HSV(B) | 255.68º | 0.97% | 0.36% | - |
| XYZ | 2.35 | 1.04 | 9.97 | - |
| YUV | 19.91 | 168.12 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 91 | 0.71 | 0.97 | 0 | 0.64 | 255.68 | 0.94 | 0.18 |
| Hex | 1A | 3 | 5B | 47 | 61 | 0 | 40 | 100 | 5E | 12 |
| Octal | 32 | 3 | 133 | 107 | 141 | 0 | 100 | 400 | 136 | 22 |
| Binary | 11010 | 11 | 1011011 | 1000111 | 1100001 | 0 | 1000000 | 100000000 | 1011110 | 10010 |
Color Harmonies of #1A035B
Complementary color
Monochromatic Colors of #1A035B
Black with #1A035B
Text Example
Text Example
White with #1A035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A035B; }
p { color: rgb(26,3,91); }
H1.HeaderClassName
{
color: #1A035B;
}
.AnyTagClassName
{
color: #1A035B;
}
</style>
background-color css
<style>
a { background-color: #1A035B; }
a { background-color: rgb(26,3,91); }
div.DivClassName
{
background-color: #1A035B;
}
.BgClassName
{
background-color: #1A035B;
}
</style>
border-color css
<style>
span { border-color: #1A035B; }
span { border-color: rgb(26,3,91); }
td.TdClassName
{
border-color: #1A035B;
}
.TagClassName
{
border-color: #1A035B;
}
</style>