Shades of Bunting #16294D
Tints of Bunting #16294D
RGB
CMYK
RGB Variations
Color information
#16294D (or 0x16294D) is known color: Bunting. HEX triplet: 16, 29 and 4D. RGB value is (22,41,77). Sum of RGB (Red+Green+Blue) = 22+41+77=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #16294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16294D is #E9D6B2. Grayscale: #272727. Windows color (decimal): -15324851 or 5056790. OLE color: 5056790.
HSL color Cylindrical-coordinate representation of color #16294D: hue angle of 219.27º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16294D is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 41 | 77 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.70 |
| HSL | 219.27º | 0.56% | 0.19% | - |
| HSV(B) | 219.27º | 0.71% | 0.3% | - |
| XYZ | 2.46 | 2.29 | 7.33 | - |
| YUV | 39.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 77 | 0.71 | 0.47 | 0 | 0.70 | 219.27 | 0.56 | 0.19 |
| Hex | 16 | 29 | 4D | 47 | 2F | 0 | 46 | DB | 38 | 13 |
| Octal | 26 | 51 | 115 | 107 | 57 | 0 | 106 | 333 | 70 | 23 |
| Binary | 10110 | 101001 | 1001101 | 1000111 | 101111 | 0 | 1000110 | 11011011 | 111000 | 10011 |
Color Harmonies of #16294D
Complementary color
Monochromatic Colors of #16294D
Black with #16294D
Text Example
Text Example
White with #16294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16294D; }
p { color: rgb(22,41,77); }
H1.HeaderClassName
{
color: #16294D;
}
.AnyTagClassName
{
color: #16294D;
}
</style>
background-color css
<style>
a { background-color: #16294D; }
a { background-color: rgb(22,41,77); }
div.DivClassName
{
background-color: #16294D;
}
.BgClassName
{
background-color: #16294D;
}
</style>
border-color css
<style>
span { border-color: #16294D; }
span { border-color: rgb(22,41,77); }
td.TdClassName
{
border-color: #16294D;
}
.TagClassName
{
border-color: #16294D;
}
</style>