Shades of Bunting #152850
Tints of Bunting #152850
RGB
CMYK
RGB Variations
Color information
#152850 (or 0x152850) is known color: Bunting. HEX triplet: 15, 28 and 50. RGB value is (21,40,80). Sum of RGB (Red+Green+Blue) = 21+40+80=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #152850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152850 is #EAD7AF. Grayscale: #262626. Windows color (decimal): -15390640 or 5253141. OLE color: 5253141.
HSL color Cylindrical-coordinate representation of color #152850: hue angle of 220.68º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152850 is Cyan = 0.74, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 40 | 80 | - |
| CMYK | 0.74 | 0.5 | 0 | 0.69 |
| HSL | 220.68º | 0.58% | 0.2% | - |
| HSV(B) | 220.68º | 0.74% | 0.31% | - |
| XYZ | 2.52 | 2.26 | 7.89 | - |
| YUV | 38.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 80 | 0.74 | 0.5 | 0 | 0.69 | 220.68 | 0.58 | 0.2 |
| Hex | 15 | 28 | 50 | 4A | 32 | 0 | 45 | DD | 3A | 14 |
| Octal | 25 | 50 | 120 | 112 | 62 | 0 | 105 | 335 | 72 | 24 |
| Binary | 10101 | 101000 | 1010000 | 1001010 | 110010 | 0 | 1000101 | 11011101 | 111010 | 10100 |
Color Harmonies of #152850
Complementary color
Monochromatic Colors of #152850
Black with #152850
Text Example
Text Example
White with #152850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152850; }
p { color: rgb(21,40,80); }
H1.HeaderClassName
{
color: #152850;
}
.AnyTagClassName
{
color: #152850;
}
</style>
background-color css
<style>
a { background-color: #152850; }
a { background-color: rgb(21,40,80); }
div.DivClassName
{
background-color: #152850;
}
.BgClassName
{
background-color: #152850;
}
</style>
border-color css
<style>
span { border-color: #152850; }
span { border-color: rgb(21,40,80); }
td.TdClassName
{
border-color: #152850;
}
.TagClassName
{
border-color: #152850;
}
</style>