Shades of Midnight #1A2D4A
Tints of Midnight #1A2D4A
RGB
CMYK
RGB Variations
Color information
#1A2D4A (or 0x1A2D4A) is known color: Midnight. HEX triplet: 1A, 2D and 4A. RGB value is (26,45,74). Sum of RGB (Red+Green+Blue) = 26+45+74=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 74 (29.30% from 255 or 51.03% from 145); Max value from RGB is 74 - color contains mainly: blue. Hex color #1A2D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2D4A is #E5D2B5. Grayscale: #2A2A2A. Windows color (decimal): -15061686 or 4861210. OLE color: 4861210.
HSL color Cylindrical-coordinate representation of color #1A2D4A: hue angle of 216.25º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A2D4A is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 26 | 45 | 74 | - |
CMYK | 0.65 | 0.39 | 0 | 0.71 |
HSL | 216.25º | 0.48% | 0.2% | - |
HSV(B) | 216.25º | 0.65% | 0.29% | - |
XYZ | 2.6 | 2.59 | 6.84 | - |
YUV | 42.63 | 145.71 | 116.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 45 | 74 | 0.65 | 0.39 | 0 | 0.71 | 216.25 | 0.48 | 0.2 |
Hex | 1A | 2D | 4A | 41 | 27 | 0 | 47 | D8 | 30 | 14 |
Octal | 32 | 55 | 112 | 101 | 47 | 0 | 107 | 330 | 60 | 24 |
Binary | 11010 | 101101 | 1001010 | 1000001 | 100111 | 0 | 1000111 | 11011000 | 110000 | 10100 |
Color Harmonies of #1A2D4A
Complementary color
Monochromatic Colors of #1A2D4A
Black with #1A2D4A
Text Example
Text Example
White with #1A2D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2D4A; }
p { color: rgb(26,45,74); }
H1.HeaderClassName
{
color: #1A2D4A;
}
.AnyTagClassName
{
color: #1A2D4A;
}
</style>
background-color css
<style>
a { background-color: #1A2D4A; }
a { background-color: rgb(26,45,74); }
div.DivClassName
{
background-color: #1A2D4A;
}
.BgClassName
{
background-color: #1A2D4A;
}
</style>
border-color css
<style>
span { border-color: #1A2D4A; }
span { border-color: rgb(26,45,74); }
td.TdClassName
{
border-color: #1A2D4A;
}
.TagClassName
{
border-color: #1A2D4A;
}
</style>