Shades of Bunting #1A294E
Tints of Bunting #1A294E
RGB
CMYK
RGB Variations
Color information
#1A294E (or 0x1A294E) is known color: Bunting. HEX triplet: 1A, 29 and 4E. RGB value is (26,41,78). Sum of RGB (Red+Green+Blue) = 26+41+78=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A294E is #E5D6B1. Grayscale: #282828. Windows color (decimal): -15062706 or 5122330. OLE color: 5122330.
HSL color Cylindrical-coordinate representation of color #1A294E: hue angle of 222.69º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A294E is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 41 | 78 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.69 |
| HSL | 222.69º | 0.5% | 0.2% | - |
| HSV(B) | 222.69º | 0.67% | 0.31% | - |
| XYZ | 2.59 | 2.36 | 7.53 | - |
| YUV | 40.73 | 149.03 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 41 | 78 | 0.67 | 0.47 | 0 | 0.69 | 222.69 | 0.5 | 0.2 |
| Hex | 1A | 29 | 4E | 43 | 2F | 0 | 45 | DF | 32 | 14 |
| Octal | 32 | 51 | 116 | 103 | 57 | 0 | 105 | 337 | 62 | 24 |
| Binary | 11010 | 101001 | 1001110 | 1000011 | 101111 | 0 | 1000101 | 11011111 | 110010 | 10100 |
Color Harmonies of #1A294E
Complementary color
Monochromatic Colors of #1A294E
Black with #1A294E
Text Example
Text Example
White with #1A294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A294E; }
p { color: rgb(26,41,78); }
H1.HeaderClassName
{
color: #1A294E;
}
.AnyTagClassName
{
color: #1A294E;
}
</style>
background-color css
<style>
a { background-color: #1A294E; }
a { background-color: rgb(26,41,78); }
div.DivClassName
{
background-color: #1A294E;
}
.BgClassName
{
background-color: #1A294E;
}
</style>
border-color css
<style>
span { border-color: #1A294E; }
span { border-color: rgb(26,41,78); }
td.TdClassName
{
border-color: #1A294E;
}
.TagClassName
{
border-color: #1A294E;
}
</style>