Shades of Arapawa #184D68
Tints of Arapawa #184D68
RGB
CMYK
RGB Variations
Color information
#184D68 (or 0x184D68) is known color: Arapawa. HEX triplet: 18, 4D and 68. RGB value is (24,77,104). Sum of RGB (Red+Green+Blue) = 24+77+104=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #184D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D68 is #E7B297. Grayscale: #404040. Windows color (decimal): -15184536 or 6835480. OLE color: 6835480.
HSL color Cylindrical-coordinate representation of color #184D68: hue angle of 200.25º 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 #184D68 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 77 | 104 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.59 |
| HSL | 200.25º | 0.63% | 0.25% | - |
| HSV(B) | 200.25º | 0.77% | 0.41% | - |
| XYZ | 5.53 | 6.5 | 14.06 | - |
| YUV | 64.23 | 150.44 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 104 | 0.77 | 0.26 | 0 | 0.59 | 200.25 | 0.63 | 0.25 |
| Hex | 18 | 4D | 68 | 4D | 1A | 0 | 3B | C8 | 3E | 19 |
| Octal | 30 | 115 | 150 | 115 | 32 | 0 | 73 | 310 | 76 | 31 |
| Binary | 11000 | 1001101 | 1101000 | 1001101 | 11010 | 0 | 111011 | 11001000 | 111110 | 11001 |
Color Harmonies of #184D68
Complementary color
Monochromatic Colors of #184D68
Black with #184D68
Text Example
Text Example
White with #184D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184D68; }
p { color: rgb(24,77,104); }
H1.HeaderClassName
{
color: #184D68;
}
.AnyTagClassName
{
color: #184D68;
}
</style>
background-color css
<style>
a { background-color: #184D68; }
a { background-color: rgb(24,77,104); }
div.DivClassName
{
background-color: #184D68;
}
.BgClassName
{
background-color: #184D68;
}
</style>
border-color css
<style>
span { border-color: #184D68; }
span { border-color: rgb(24,77,104); }
td.TdClassName
{
border-color: #184D68;
}
.TagClassName
{
border-color: #184D68;
}
</style>