Shades of Arapawa #184D66
Tints of Arapawa #184D66
RGB
CMYK
RGB Variations
Color information
#184D66 (or 0x184D66) is known color: Arapawa. HEX triplet: 18, 4D and 66. RGB value is (24,77,102). Sum of RGB (Red+Green+Blue) = 24+77+102=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #184D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D66 is #E7B299. Grayscale: #3F3F3F. Windows color (decimal): -15184538 or 6704408. OLE color: 6704408.
HSL color Cylindrical-coordinate representation of color #184D66: hue angle of 199.23º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #184D66 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 77 | 102 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.6 |
| HSL | 199.23º | 0.62% | 0.25% | - |
| HSV(B) | 199.23º | 0.76% | 0.4% | - |
| XYZ | 5.43 | 6.46 | 13.53 | - |
| YUV | 64 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 102 | 0.76 | 0.25 | 0 | 0.6 | 199.23 | 0.62 | 0.25 |
| Hex | 18 | 4D | 66 | 4C | 19 | 0 | 3C | C7 | 3E | 19 |
| Octal | 30 | 115 | 146 | 114 | 31 | 0 | 74 | 307 | 76 | 31 |
| Binary | 11000 | 1001101 | 1100110 | 1001100 | 11001 | 0 | 111100 | 11000111 | 111110 | 11001 |
Color Harmonies of #184D66
Complementary color
Monochromatic Colors of #184D66
Black with #184D66
Text Example
Text Example
White with #184D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184D66; }
p { color: rgb(24,77,102); }
H1.HeaderClassName
{
color: #184D66;
}
.AnyTagClassName
{
color: #184D66;
}
</style>
background-color css
<style>
a { background-color: #184D66; }
a { background-color: rgb(24,77,102); }
div.DivClassName
{
background-color: #184D66;
}
.BgClassName
{
background-color: #184D66;
}
</style>
border-color css
<style>
span { border-color: #184D66; }
span { border-color: rgb(24,77,102); }
td.TdClassName
{
border-color: #184D66;
}
.TagClassName
{
border-color: #184D66;
}
</style>