Shades of Midnight Blue #1A0358
Tints of Midnight Blue #1A0358
RGB
CMYK
RGB Variations
Color information
#1A0358 (or 0x1A0358) is known color: Midnight Blue. HEX triplet: 1A, 03 and 58. RGB value is (26,3,88). Sum of RGB (Red+Green+Blue) = 26+3+88=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 88 (34.77% from 255 or 75.21% from 117); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A0358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0358 is #E5FCA7. Grayscale: #131313. Windows color (decimal): -15072424 or 5767962. OLE color: 5767962.
HSL color Cylindrical-coordinate representation of color #1A0358: hue angle of 256.24º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A0358 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 3 | 88 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.65 |
| HSL | 256.24º | 0.93% | 0.18% | - |
| HSV(B) | 256.24º | 0.97% | 0.35% | - |
| XYZ | 2.22 | 0.99 | 9.31 | - |
| YUV | 19.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 88 | 0.70 | 0.97 | 0 | 0.65 | 256.24 | 0.93 | 0.18 |
| Hex | 1A | 3 | 58 | 46 | 61 | 0 | 41 | 100 | 5D | 12 |
| Octal | 32 | 3 | 130 | 106 | 141 | 0 | 101 | 400 | 135 | 22 |
| Binary | 11010 | 11 | 1011000 | 1000110 | 1100001 | 0 | 1000001 | 100000000 | 1011101 | 10010 |
Color Harmonies of #1A0358
Complementary color
Monochromatic Colors of #1A0358
Black with #1A0358
Text Example
Text Example
White with #1A0358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0358; }
p { color: rgb(26,3,88); }
H1.HeaderClassName
{
color: #1A0358;
}
.AnyTagClassName
{
color: #1A0358;
}
</style>
background-color css
<style>
a { background-color: #1A0358; }
a { background-color: rgb(26,3,88); }
div.DivClassName
{
background-color: #1A0358;
}
.BgClassName
{
background-color: #1A0358;
}
</style>
border-color css
<style>
span { border-color: #1A0358; }
span { border-color: rgb(26,3,88); }
td.TdClassName
{
border-color: #1A0358;
}
.TagClassName
{
border-color: #1A0358;
}
</style>