Shades of Bunting #182A4D
Tints of Bunting #182A4D
RGB
CMYK
RGB Variations
Color information
#182A4D (or 0x182A4D) is known color: Bunting. HEX triplet: 18, 2A and 4D. RGB value is (24,42,77). Sum of RGB (Red+Green+Blue) = 24+42+77=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #182A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A4D is #E7D5B2. Grayscale: #282828. Windows color (decimal): -15193523 or 5057048. OLE color: 5057048.
HSL color Cylindrical-coordinate representation of color #182A4D: hue angle of 219.62º 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 #182A4D is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 42 | 77 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.70 |
| HSL | 219.62º | 0.52% | 0.2% | - |
| HSV(B) | 219.62º | 0.69% | 0.3% | - |
| XYZ | 2.54 | 2.39 | 7.35 | - |
| YUV | 40.61 | 148.54 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 77 | 0.69 | 0.45 | 0 | 0.70 | 219.62 | 0.52 | 0.2 |
| Hex | 18 | 2A | 4D | 45 | 2D | 0 | 46 | DC | 34 | 14 |
| Octal | 30 | 52 | 115 | 105 | 55 | 0 | 106 | 334 | 64 | 24 |
| Binary | 11000 | 101010 | 1001101 | 1000101 | 101101 | 0 | 1000110 | 11011100 | 110100 | 10100 |
Color Harmonies of #182A4D
Complementary color
Monochromatic Colors of #182A4D
Black with #182A4D
Text Example
Text Example
White with #182A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A4D; }
p { color: rgb(24,42,77); }
H1.HeaderClassName
{
color: #182A4D;
}
.AnyTagClassName
{
color: #182A4D;
}
</style>
background-color css
<style>
a { background-color: #182A4D; }
a { background-color: rgb(24,42,77); }
div.DivClassName
{
background-color: #182A4D;
}
.BgClassName
{
background-color: #182A4D;
}
</style>
border-color css
<style>
span { border-color: #182A4D; }
span { border-color: rgb(24,42,77); }
td.TdClassName
{
border-color: #182A4D;
}
.TagClassName
{
border-color: #182A4D;
}
</style>