Shades of Bunting #182C53
Tints of Bunting #182C53
RGB
CMYK
RGB Variations
Color information
#182C53 (or 0x182C53) is known color: Bunting. HEX triplet: 18, 2C and 53. RGB value is (24,44,83). Sum of RGB (Red+Green+Blue) = 24+44+83=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #182C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C53 is #E7D3AC. Grayscale: #2A2A2A. Windows color (decimal): -15193005 or 5450776. OLE color: 5450776.
HSL color Cylindrical-coordinate representation of color #182C53: hue angle of 219.66º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #182C53 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 44 | 83 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.67 |
| HSL | 219.66º | 0.55% | 0.21% | - |
| HSV(B) | 219.66º | 0.71% | 0.33% | - |
| XYZ | 2.84 | 2.62 | 8.54 | - |
| YUV | 42.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 83 | 0.71 | 0.47 | 0 | 0.67 | 219.66 | 0.55 | 0.21 |
| Hex | 18 | 2C | 53 | 47 | 2F | 0 | 43 | DC | 37 | 15 |
| Octal | 30 | 54 | 123 | 107 | 57 | 0 | 103 | 334 | 67 | 25 |
| Binary | 11000 | 101100 | 1010011 | 1000111 | 101111 | 0 | 1000011 | 11011100 | 110111 | 10101 |
Color Harmonies of #182C53
Complementary color
Monochromatic Colors of #182C53
Black with #182C53
Text Example
Text Example
White with #182C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C53; }
p { color: rgb(24,44,83); }
H1.HeaderClassName
{
color: #182C53;
}
.AnyTagClassName
{
color: #182C53;
}
</style>
background-color css
<style>
a { background-color: #182C53; }
a { background-color: rgb(24,44,83); }
div.DivClassName
{
background-color: #182C53;
}
.BgClassName
{
background-color: #182C53;
}
</style>
border-color css
<style>
span { border-color: #182C53; }
span { border-color: rgb(24,44,83); }
td.TdClassName
{
border-color: #182C53;
}
.TagClassName
{
border-color: #182C53;
}
</style>