Shades of Midnight Blue #1A0965
Tints of Midnight Blue #1A0965
RGB
CMYK
RGB Variations
Color information
#1A0965 (or 0x1A0965) is known color: Midnight Blue. HEX triplet: 1A, 09 and 65. RGB value is (26,9,101). Sum of RGB (Red+Green+Blue) = 26+9+101=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 101 (39.84% from 255 or 74.26% from 136); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A0965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0965 is #E5F69A. Grayscale: #181818. Windows color (decimal): -15070875 or 6621466. OLE color: 6621466.
HSL color Cylindrical-coordinate representation of color #1A0965: hue angle of 251.09º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A0965 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 9 | 101 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.60 |
| HSL | 251.09º | 0.84% | 0.22% | - |
| HSV(B) | 251.09º | 0.91% | 0.4% | - |
| XYZ | 2.87 | 1.35 | 12.42 | - |
| YUV | 24.57 | 171.13 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 101 | 0.74 | 0.91 | 0 | 0.60 | 251.09 | 0.84 | 0.22 |
| Hex | 1A | 9 | 65 | 4A | 5B | 0 | 3C | FB | 54 | 16 |
| Octal | 32 | 11 | 145 | 112 | 133 | 0 | 74 | 373 | 124 | 26 |
| Binary | 11010 | 1001 | 1100101 | 1001010 | 1011011 | 0 | 111100 | 11111011 | 1010100 | 10110 |
Color Harmonies of #1A0965
Complementary color
Monochromatic Colors of #1A0965
Black with #1A0965
Text Example
Text Example
White with #1A0965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0965; }
p { color: rgb(26,9,101); }
H1.HeaderClassName
{
color: #1A0965;
}
.AnyTagClassName
{
color: #1A0965;
}
</style>
background-color css
<style>
a { background-color: #1A0965; }
a { background-color: rgb(26,9,101); }
div.DivClassName
{
background-color: #1A0965;
}
.BgClassName
{
background-color: #1A0965;
}
</style>
border-color css
<style>
span { border-color: #1A0965; }
span { border-color: rgb(26,9,101); }
td.TdClassName
{
border-color: #1A0965;
}
.TagClassName
{
border-color: #1A0965;
}
</style>