Shades of Bunting #182B4D
Tints of Bunting #182B4D
RGB
CMYK
RGB Variations
Color information
#182B4D (or 0x182B4D) is known color: Bunting. HEX triplet: 18, 2B and 4D. RGB value is (24,43,77). Sum of RGB (Red+Green+Blue) = 24+43+77=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #182B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182B4D is #E7D4B2. Grayscale: #292929. Windows color (decimal): -15193267 or 5057304. OLE color: 5057304.
HSL color Cylindrical-coordinate representation of color #182B4D: hue angle of 218.49º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #182B4D is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 43 | 77 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.70 |
| HSL | 218.49º | 0.52% | 0.2% | - |
| HSV(B) | 218.49º | 0.69% | 0.3% | - |
| XYZ | 2.58 | 2.46 | 7.36 | - |
| YUV | 41.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 77 | 0.69 | 0.44 | 0 | 0.70 | 218.49 | 0.52 | 0.2 |
| Hex | 18 | 2B | 4D | 45 | 2C | 0 | 46 | DA | 34 | 14 |
| Octal | 30 | 53 | 115 | 105 | 54 | 0 | 106 | 332 | 64 | 24 |
| Binary | 11000 | 101011 | 1001101 | 1000101 | 101100 | 0 | 1000110 | 11011010 | 110100 | 10100 |
Color Harmonies of #182B4D
Complementary color
Monochromatic Colors of #182B4D
Black with #182B4D
Text Example
Text Example
White with #182B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B4D; }
p { color: rgb(24,43,77); }
H1.HeaderClassName
{
color: #182B4D;
}
.AnyTagClassName
{
color: #182B4D;
}
</style>
background-color css
<style>
a { background-color: #182B4D; }
a { background-color: rgb(24,43,77); }
div.DivClassName
{
background-color: #182B4D;
}
.BgClassName
{
background-color: #182B4D;
}
</style>
border-color css
<style>
span { border-color: #182B4D; }
span { border-color: rgb(24,43,77); }
td.TdClassName
{
border-color: #182B4D;
}
.TagClassName
{
border-color: #182B4D;
}
</style>