Shades of Bunting #1A294B
Tints of Bunting #1A294B
RGB
CMYK
RGB Variations
Color information
#1A294B (or 0x1A294B) is known color: Bunting. HEX triplet: 1A, 29 and 4B. RGB value is (26,41,75). Sum of RGB (Red+Green+Blue) = 26+41+75=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #1A294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A294B is #E5D6B4. Grayscale: #282828. Windows color (decimal): -15062709 or 4925722. OLE color: 4925722.
HSL color Cylindrical-coordinate representation of color #1A294B: hue angle of 221.63º degrees, saturation: 0.49, 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 #1A294B is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 41 | 75 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.71 |
| HSL | 221.63º | 0.49% | 0.2% | - |
| HSV(B) | 221.63º | 0.65% | 0.29% | - |
| XYZ | 2.49 | 2.31 | 6.97 | - |
| YUV | 40.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 41 | 75 | 0.65 | 0.45 | 0 | 0.71 | 221.63 | 0.49 | 0.2 |
| Hex | 1A | 29 | 4B | 41 | 2D | 0 | 47 | DE | 31 | 14 |
| Octal | 32 | 51 | 113 | 101 | 55 | 0 | 107 | 336 | 61 | 24 |
| Binary | 11010 | 101001 | 1001011 | 1000001 | 101101 | 0 | 1000111 | 11011110 | 110001 | 10100 |
Color Harmonies of #1A294B
Complementary color
Monochromatic Colors of #1A294B
Black with #1A294B
Text Example
Text Example
White with #1A294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A294B; }
p { color: rgb(26,41,75); }
H1.HeaderClassName
{
color: #1A294B;
}
.AnyTagClassName
{
color: #1A294B;
}
</style>
background-color css
<style>
a { background-color: #1A294B; }
a { background-color: rgb(26,41,75); }
div.DivClassName
{
background-color: #1A294B;
}
.BgClassName
{
background-color: #1A294B;
}
</style>
border-color css
<style>
span { border-color: #1A294B; }
span { border-color: rgb(26,41,75); }
td.TdClassName
{
border-color: #1A294B;
}
.TagClassName
{
border-color: #1A294B;
}
</style>