Shades of Midnight Blue #1A2265
Tints of Midnight Blue #1A2265
RGB
CMYK
RGB Variations
Color information
#1A2265 (or 0x1A2265) is known color: Midnight Blue. HEX triplet: 1A, 22 and 65. RGB value is (26,34,101). Sum of RGB (Red+Green+Blue) = 26+34+101=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 101 (39.84% from 255 or 62.73% from 161); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A2265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2265 is #E5DD9A. Grayscale: #262626. Windows color (decimal): -15064475 or 6627866. OLE color: 6627866.
HSL color Cylindrical-coordinate representation of color #1A2265: hue angle of 233.6º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A2265 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 34 | 101 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.60 |
| HSL | 233.6º | 0.59% | 0.25% | - |
| HSV(B) | 233.6º | 0.74% | 0.4% | - |
| XYZ | 3.35 | 2.3 | 12.58 | - |
| YUV | 39.25 | 162.85 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 101 | 0.74 | 0.66 | 0 | 0.60 | 233.6 | 0.59 | 0.25 |
| Hex | 1A | 22 | 65 | 4A | 42 | 0 | 3C | EA | 3B | 19 |
| Octal | 32 | 42 | 145 | 112 | 102 | 0 | 74 | 352 | 73 | 31 |
| Binary | 11010 | 100010 | 1100101 | 1001010 | 1000010 | 0 | 111100 | 11101010 | 111011 | 11001 |
Color Harmonies of #1A2265
Complementary color
Monochromatic Colors of #1A2265
Black with #1A2265
Text Example
Text Example
White with #1A2265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2265; }
p { color: rgb(26,34,101); }
H1.HeaderClassName
{
color: #1A2265;
}
.AnyTagClassName
{
color: #1A2265;
}
</style>
background-color css
<style>
a { background-color: #1A2265; }
a { background-color: rgb(26,34,101); }
div.DivClassName
{
background-color: #1A2265;
}
.BgClassName
{
background-color: #1A2265;
}
</style>
border-color css
<style>
span { border-color: #1A2265; }
span { border-color: rgb(26,34,101); }
td.TdClassName
{
border-color: #1A2265;
}
.TagClassName
{
border-color: #1A2265;
}
</style>