Shades of Midnight Blue #1A0368
Tints of Midnight Blue #1A0368
RGB
CMYK
RGB Variations
Color information
#1A0368 (or 0x1A0368) is known color: Midnight Blue. HEX triplet: 1A, 03 and 68. RGB value is (26,3,104). Sum of RGB (Red+Green+Blue) = 26+3+104=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A0368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0368 is #E5FC97. Grayscale: #151515. Windows color (decimal): -15072408 or 6816538. OLE color: 6816538.
HSL color Cylindrical-coordinate representation of color #1A0368: hue angle of 253.66º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A0368 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 3 | 104 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.59 |
| HSL | 253.66º | 0.94% | 0.21% | - |
| HSV(B) | 253.66º | 0.97% | 0.41% | - |
| XYZ | 2.96 | 1.28 | 13.19 | - |
| YUV | 21.39 | 174.62 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 104 | 0.75 | 0.97 | 0 | 0.59 | 253.66 | 0.94 | 0.21 |
| Hex | 1A | 3 | 68 | 4B | 61 | 0 | 3B | FE | 5E | 15 |
| Octal | 32 | 3 | 150 | 113 | 141 | 0 | 73 | 376 | 136 | 25 |
| Binary | 11010 | 11 | 1101000 | 1001011 | 1100001 | 0 | 111011 | 11111110 | 1011110 | 10101 |
Color Harmonies of #1A0368
Complementary color
Monochromatic Colors of #1A0368
Black with #1A0368
Text Example
Text Example
White with #1A0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0368; }
p { color: rgb(26,3,104); }
H1.HeaderClassName
{
color: #1A0368;
}
.AnyTagClassName
{
color: #1A0368;
}
</style>
background-color css
<style>
a { background-color: #1A0368; }
a { background-color: rgb(26,3,104); }
div.DivClassName
{
background-color: #1A0368;
}
.BgClassName
{
background-color: #1A0368;
}
</style>
border-color css
<style>
span { border-color: #1A0368; }
span { border-color: rgb(26,3,104); }
td.TdClassName
{
border-color: #1A0368;
}
.TagClassName
{
border-color: #1A0368;
}
</style>