Shades of Midnight Blue #1A0365
Tints of Midnight Blue #1A0365
RGB
CMYK
RGB Variations
Color information
#1A0365 (or 0x1A0365) is known color: Midnight Blue. HEX triplet: 1A, 03 and 65. RGB value is (26,3,101). Sum of RGB (Red+Green+Blue) = 26+3+101=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 101 (39.84% from 255 or 77.69% from 130); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A0365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0365 is #E5FC9A. Grayscale: #141414. Windows color (decimal): -15072411 or 6619930. OLE color: 6619930.
HSL color Cylindrical-coordinate representation of color #1A0365: hue angle of 254.08º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A0365 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 3 | 101 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.60 |
| HSL | 254.08º | 0.94% | 0.2% | - |
| HSV(B) | 254.08º | 0.97% | 0.4% | - |
| XYZ | 2.81 | 1.22 | 12.4 | - |
| YUV | 21.05 | 173.12 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 101 | 0.74 | 0.97 | 0 | 0.60 | 254.08 | 0.94 | 0.2 |
| Hex | 1A | 3 | 65 | 4A | 61 | 0 | 3C | FE | 5E | 14 |
| Octal | 32 | 3 | 145 | 112 | 141 | 0 | 74 | 376 | 136 | 24 |
| Binary | 11010 | 11 | 1100101 | 1001010 | 1100001 | 0 | 111100 | 11111110 | 1011110 | 10100 |
Color Harmonies of #1A0365
Complementary color
Monochromatic Colors of #1A0365
Black with #1A0365
Text Example
Text Example
White with #1A0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0365; }
p { color: rgb(26,3,101); }
H1.HeaderClassName
{
color: #1A0365;
}
.AnyTagClassName
{
color: #1A0365;
}
</style>
background-color css
<style>
a { background-color: #1A0365; }
a { background-color: rgb(26,3,101); }
div.DivClassName
{
background-color: #1A0365;
}
.BgClassName
{
background-color: #1A0365;
}
</style>
border-color css
<style>
span { border-color: #1A0365; }
span { border-color: rgb(26,3,101); }
td.TdClassName
{
border-color: #1A0365;
}
.TagClassName
{
border-color: #1A0365;
}
</style>