Shades of Bunting #18294F
Tints of Bunting #18294F
RGB
CMYK
RGB Variations
Color information
#18294F (or 0x18294F) is known color: Bunting. HEX triplet: 18, 29 and 4F. RGB value is (24,41,79). Sum of RGB (Red+Green+Blue) = 24+41+79=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #18294F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18294F is #E7D6B0. Grayscale: #282828. Windows color (decimal): -15193777 or 5187864. OLE color: 5187864.
HSL color Cylindrical-coordinate representation of color #18294F: hue angle of 221.45º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18294F is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 41 | 79 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.69 |
| HSL | 221.45º | 0.53% | 0.2% | - |
| HSV(B) | 221.45º | 0.7% | 0.31% | - |
| XYZ | 2.58 | 2.34 | 7.71 | - |
| YUV | 40.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 79 | 0.70 | 0.48 | 0 | 0.69 | 221.45 | 0.53 | 0.2 |
| Hex | 18 | 29 | 4F | 46 | 30 | 0 | 45 | DD | 35 | 14 |
| Octal | 30 | 51 | 117 | 106 | 60 | 0 | 105 | 335 | 65 | 24 |
| Binary | 11000 | 101001 | 1001111 | 1000110 | 110000 | 0 | 1000101 | 11011101 | 110101 | 10100 |
Color Harmonies of #18294F
Complementary color
Monochromatic Colors of #18294F
Black with #18294F
Text Example
Text Example
White with #18294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18294F; }
p { color: rgb(24,41,79); }
H1.HeaderClassName
{
color: #18294F;
}
.AnyTagClassName
{
color: #18294F;
}
</style>
background-color css
<style>
a { background-color: #18294F; }
a { background-color: rgb(24,41,79); }
div.DivClassName
{
background-color: #18294F;
}
.BgClassName
{
background-color: #18294F;
}
</style>
border-color css
<style>
span { border-color: #18294F; }
span { border-color: rgb(24,41,79); }
td.TdClassName
{
border-color: #18294F;
}
.TagClassName
{
border-color: #18294F;
}
</style>