Shades of Bunting #15294F
Tints of Bunting #15294F
RGB
CMYK
RGB Variations
Color information
#15294F (or 0x15294F) is known color: Bunting. HEX triplet: 15, 29 and 4F. RGB value is (21,41,79). Sum of RGB (Red+Green+Blue) = 21+41+79=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 79 (31.25% from 255 or 56.03% from 141); Max value from RGB is 79 - color contains mainly: blue. Hex color #15294F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15294F is #EAD6B0. Grayscale: #272727. Windows color (decimal): -15390385 or 5187861. OLE color: 5187861.
HSL color Cylindrical-coordinate representation of color #15294F: hue angle of 219.31º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15294F is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 41 | 79 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.69 |
| HSL | 219.31º | 0.58% | 0.2% | - |
| HSV(B) | 219.31º | 0.73% | 0.31% | - |
| XYZ | 2.51 | 2.31 | 7.71 | - |
| YUV | 39.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 79 | 0.73 | 0.48 | 0 | 0.69 | 219.31 | 0.58 | 0.2 |
| Hex | 15 | 29 | 4F | 49 | 30 | 0 | 45 | DB | 3A | 14 |
| Octal | 25 | 51 | 117 | 111 | 60 | 0 | 105 | 333 | 72 | 24 |
| Binary | 10101 | 101001 | 1001111 | 1001001 | 110000 | 0 | 1000101 | 11011011 | 111010 | 10100 |
Color Harmonies of #15294F
Complementary color
Monochromatic Colors of #15294F
Black with #15294F
Text Example
Text Example
White with #15294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15294F; }
p { color: rgb(21,41,79); }
H1.HeaderClassName
{
color: #15294F;
}
.AnyTagClassName
{
color: #15294F;
}
</style>
background-color css
<style>
a { background-color: #15294F; }
a { background-color: rgb(21,41,79); }
div.DivClassName
{
background-color: #15294F;
}
.BgClassName
{
background-color: #15294F;
}
</style>
border-color css
<style>
span { border-color: #15294F; }
span { border-color: rgb(21,41,79); }
td.TdClassName
{
border-color: #15294F;
}
.TagClassName
{
border-color: #15294F;
}
</style>