Shades of Bunting #18284E
Tints of Bunting #18284E
RGB
CMYK
RGB Variations
Color information
#18284E (or 0x18284E) is known color: Bunting. HEX triplet: 18, 28 and 4E. RGB value is (24,40,78). Sum of RGB (Red+Green+Blue) = 24+40+78=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #18284E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18284E is #E7D7B1. Grayscale: #272727. Windows color (decimal): -15194034 or 5122072. OLE color: 5122072.
HSL color Cylindrical-coordinate representation of color #18284E: hue angle of 222.22º 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 #18284E is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 40 | 78 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.69 |
| HSL | 222.22º | 0.53% | 0.2% | - |
| HSV(B) | 222.22º | 0.69% | 0.31% | - |
| XYZ | 2.51 | 2.26 | 7.51 | - |
| YUV | 39.55 | 149.7 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 78 | 0.69 | 0.49 | 0 | 0.69 | 222.22 | 0.53 | 0.2 |
| Hex | 18 | 28 | 4E | 45 | 31 | 0 | 45 | DE | 35 | 14 |
| Octal | 30 | 50 | 116 | 105 | 61 | 0 | 105 | 336 | 65 | 24 |
| Binary | 11000 | 101000 | 1001110 | 1000101 | 110001 | 0 | 1000101 | 11011110 | 110101 | 10100 |
Color Harmonies of #18284E
Complementary color
Monochromatic Colors of #18284E
Black with #18284E
Text Example
Text Example
White with #18284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18284E; }
p { color: rgb(24,40,78); }
H1.HeaderClassName
{
color: #18284E;
}
.AnyTagClassName
{
color: #18284E;
}
</style>
background-color css
<style>
a { background-color: #18284E; }
a { background-color: rgb(24,40,78); }
div.DivClassName
{
background-color: #18284E;
}
.BgClassName
{
background-color: #18284E;
}
</style>
border-color css
<style>
span { border-color: #18284E; }
span { border-color: rgb(24,40,78); }
td.TdClassName
{
border-color: #18284E;
}
.TagClassName
{
border-color: #18284E;
}
</style>