Shades of Arapawa #184E68
Tints of Arapawa #184E68
RGB
CMYK
RGB Variations
Color information
#184E68 (or 0x184E68) is known color: Arapawa. HEX triplet: 18, 4E and 68. RGB value is (24,78,104). Sum of RGB (Red+Green+Blue) = 24+78+104=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #184E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E68 is #E7B197. Grayscale: #404040. Windows color (decimal): -15184280 or 6835736. OLE color: 6835736.
HSL color Cylindrical-coordinate representation of color #184E68: hue angle of 199.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #184E68 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 78 | 104 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.59 |
| HSL | 199.5º | 0.63% | 0.25% | - |
| HSV(B) | 199.5º | 0.77% | 0.41% | - |
| XYZ | 5.6 | 6.64 | 14.08 | - |
| YUV | 64.82 | 150.11 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 104 | 0.77 | 0.25 | 0 | 0.59 | 199.5 | 0.63 | 0.25 |
| Hex | 18 | 4E | 68 | 4D | 19 | 0 | 3B | C8 | 3E | 19 |
| Octal | 30 | 116 | 150 | 115 | 31 | 0 | 73 | 310 | 76 | 31 |
| Binary | 11000 | 1001110 | 1101000 | 1001101 | 11001 | 0 | 111011 | 11001000 | 111110 | 11001 |
Color Harmonies of #184E68
Complementary color
Monochromatic Colors of #184E68
Black with #184E68
Text Example
Text Example
White with #184E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E68; }
p { color: rgb(24,78,104); }
H1.HeaderClassName
{
color: #184E68;
}
.AnyTagClassName
{
color: #184E68;
}
</style>
background-color css
<style>
a { background-color: #184E68; }
a { background-color: rgb(24,78,104); }
div.DivClassName
{
background-color: #184E68;
}
.BgClassName
{
background-color: #184E68;
}
</style>
border-color css
<style>
span { border-color: #184E68; }
span { border-color: rgb(24,78,104); }
td.TdClassName
{
border-color: #184E68;
}
.TagClassName
{
border-color: #184E68;
}
</style>