Shades of Bunting #182A4E
Tints of Bunting #182A4E
RGB
CMYK
RGB Variations
Color information
#182A4E (or 0x182A4E) is known color: Bunting. HEX triplet: 18, 2A and 4E. RGB value is (24,42,78). Sum of RGB (Red+Green+Blue) = 24+42+78=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #182A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A4E is #E7D5B1. Grayscale: #282828. Windows color (decimal): -15193522 or 5122584. OLE color: 5122584.
HSL color Cylindrical-coordinate representation of color #182A4E: hue angle of 220º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #182A4E is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 42 | 78 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.69 |
| HSL | 220º | 0.53% | 0.2% | - |
| HSV(B) | 220º | 0.69% | 0.31% | - |
| XYZ | 2.58 | 2.4 | 7.54 | - |
| YUV | 40.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 78 | 0.69 | 0.46 | 0 | 0.69 | 220 | 0.53 | 0.2 |
| Hex | 18 | 2A | 4E | 45 | 2E | 0 | 45 | DC | 35 | 14 |
| Octal | 30 | 52 | 116 | 105 | 56 | 0 | 105 | 334 | 65 | 24 |
| Binary | 11000 | 101010 | 1001110 | 1000101 | 101110 | 0 | 1000101 | 11011100 | 110101 | 10100 |
Color Harmonies of #182A4E
Complementary color
Monochromatic Colors of #182A4E
Black with #182A4E
Text Example
Text Example
White with #182A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A4E; }
p { color: rgb(24,42,78); }
H1.HeaderClassName
{
color: #182A4E;
}
.AnyTagClassName
{
color: #182A4E;
}
</style>
background-color css
<style>
a { background-color: #182A4E; }
a { background-color: rgb(24,42,78); }
div.DivClassName
{
background-color: #182A4E;
}
.BgClassName
{
background-color: #182A4E;
}
</style>
border-color css
<style>
span { border-color: #182A4E; }
span { border-color: rgb(24,42,78); }
td.TdClassName
{
border-color: #182A4E;
}
.TagClassName
{
border-color: #182A4E;
}
</style>