Shades of Midnight Blue #1A0265
Tints of Midnight Blue #1A0265
RGB
CMYK
RGB Variations
Color information
#1A0265 (or 0x1A0265) is known color: Midnight Blue. HEX triplet: 1A, 02 and 65. RGB value is (26,2,101). Sum of RGB (Red+Green+Blue) = 26+2+101=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 101 (39.84% from 255 or 78.29% from 129); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A0265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0265 is #E5FD9A. Grayscale: #141414. Windows color (decimal): -15072667 or 6619674. OLE color: 6619674.
HSL color Cylindrical-coordinate representation of color #1A0265: hue angle of 254.55º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A0265 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 2 | 101 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.60 |
| HSL | 254.55º | 0.96% | 0.2% | - |
| HSV(B) | 254.55º | 0.98% | 0.4% | - |
| XYZ | 2.8 | 1.2 | 12.4 | - |
| YUV | 20.46 | 173.45 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 101 | 0.74 | 0.98 | 0 | 0.60 | 254.55 | 0.96 | 0.2 |
| Hex | 1A | 2 | 65 | 4A | 62 | 0 | 3C | FF | 60 | 14 |
| Octal | 32 | 2 | 145 | 112 | 142 | 0 | 74 | 377 | 140 | 24 |
| Binary | 11010 | 10 | 1100101 | 1001010 | 1100010 | 0 | 111100 | 11111111 | 1100000 | 10100 |
Color Harmonies of #1A0265
Complementary color
Monochromatic Colors of #1A0265
Black with #1A0265
Text Example
Text Example
White with #1A0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0265; }
p { color: rgb(26,2,101); }
H1.HeaderClassName
{
color: #1A0265;
}
.AnyTagClassName
{
color: #1A0265;
}
</style>
background-color css
<style>
a { background-color: #1A0265; }
a { background-color: rgb(26,2,101); }
div.DivClassName
{
background-color: #1A0265;
}
.BgClassName
{
background-color: #1A0265;
}
</style>
border-color css
<style>
span { border-color: #1A0265; }
span { border-color: rgb(26,2,101); }
td.TdClassName
{
border-color: #1A0265;
}
.TagClassName
{
border-color: #1A0265;
}
</style>