Shades of Midnight Blue #1A065C
Tints of Midnight Blue #1A065C
RGB
CMYK
RGB Variations
Color information
#1A065C (or 0x1A065C) is known color: Midnight Blue. HEX triplet: 1A, 06 and 5C. RGB value is (26,6,92). Sum of RGB (Red+Green+Blue) = 26+6+92=124 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.97% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 92 (36.33% from 255 or 74.19% from 124); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A065C is #E5F9A3. Grayscale: #151515. Windows color (decimal): -15071652 or 6030874. OLE color: 6030874.
HSL color Cylindrical-coordinate representation of color #1A065C: hue angle of 253.95º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A065C is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 6 | 92 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.64 |
| HSL | 253.95º | 0.88% | 0.19% | - |
| HSV(B) | 253.95º | 0.93% | 0.36% | - |
| XYZ | 2.42 | 1.12 | 10.21 | - |
| YUV | 21.78 | 167.63 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 92 | 0.72 | 0.93 | 0 | 0.64 | 253.95 | 0.88 | 0.19 |
| Hex | 1A | 6 | 5C | 48 | 5D | 0 | 40 | FE | 58 | 13 |
| Octal | 32 | 6 | 134 | 110 | 135 | 0 | 100 | 376 | 130 | 23 |
| Binary | 11010 | 110 | 1011100 | 1001000 | 1011101 | 0 | 1000000 | 11111110 | 1011000 | 10011 |
Color Harmonies of #1A065C
Complementary color
Monochromatic Colors of #1A065C
Black with #1A065C
Text Example
Text Example
White with #1A065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A065C; }
p { color: rgb(26,6,92); }
H1.HeaderClassName
{
color: #1A065C;
}
.AnyTagClassName
{
color: #1A065C;
}
</style>
background-color css
<style>
a { background-color: #1A065C; }
a { background-color: rgb(26,6,92); }
div.DivClassName
{
background-color: #1A065C;
}
.BgClassName
{
background-color: #1A065C;
}
</style>
border-color css
<style>
span { border-color: #1A065C; }
span { border-color: rgb(26,6,92); }
td.TdClassName
{
border-color: #1A065C;
}
.TagClassName
{
border-color: #1A065C;
}
</style>