Shades of Bunting #182D50
Tints of Bunting #182D50
RGB
CMYK
RGB Variations
Color information
#182D50 (or 0x182D50) is known color: Bunting. HEX triplet: 18, 2D and 50. RGB value is (24,45,80). Sum of RGB (Red+Green+Blue) = 24+45+80=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #182D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D50 is #E7D2AF. Grayscale: #2A2A2A. Windows color (decimal): -15192752 or 5254424. OLE color: 5254424.
HSL color Cylindrical-coordinate representation of color #182D50: hue angle of 217.5º degrees, saturation: 0.54, 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 #182D50 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 45 | 80 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.69 |
| HSL | 217.5º | 0.54% | 0.2% | - |
| HSV(B) | 217.5º | 0.7% | 0.31% | - |
| XYZ | 2.76 | 2.65 | 7.96 | - |
| YUV | 42.71 | 149.04 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 80 | 0.70 | 0.44 | 0 | 0.69 | 217.5 | 0.54 | 0.2 |
| Hex | 18 | 2D | 50 | 46 | 2C | 0 | 45 | DA | 36 | 14 |
| Octal | 30 | 55 | 120 | 106 | 54 | 0 | 105 | 332 | 66 | 24 |
| Binary | 11000 | 101101 | 1010000 | 1000110 | 101100 | 0 | 1000101 | 11011010 | 110110 | 10100 |
Color Harmonies of #182D50
Complementary color
Monochromatic Colors of #182D50
Black with #182D50
Text Example
Text Example
White with #182D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D50; }
p { color: rgb(24,45,80); }
H1.HeaderClassName
{
color: #182D50;
}
.AnyTagClassName
{
color: #182D50;
}
</style>
background-color css
<style>
a { background-color: #182D50; }
a { background-color: rgb(24,45,80); }
div.DivClassName
{
background-color: #182D50;
}
.BgClassName
{
background-color: #182D50;
}
</style>
border-color css
<style>
span { border-color: #182D50; }
span { border-color: rgb(24,45,80); }
td.TdClassName
{
border-color: #182D50;
}
.TagClassName
{
border-color: #182D50;
}
</style>