Shades of Arapawa #184C6C
Tints of Arapawa #184C6C
RGB
CMYK
RGB Variations
Color information
#184C6C (or 0x184C6C) is known color: Arapawa. HEX triplet: 18, 4C and 6C. RGB value is (24,76,108). Sum of RGB (Red+Green+Blue) = 24+76+108=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #184C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C6C is #E7B393. Grayscale: #3F3F3F. Windows color (decimal): -15184788 or 7097368. OLE color: 7097368.
HSL color Cylindrical-coordinate representation of color #184C6C: hue angle of 202.86º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #184C6C is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 76 | 108 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.58 |
| HSL | 202.86º | 0.64% | 0.26% | - |
| HSV(B) | 202.86º | 0.78% | 0.42% | - |
| XYZ | 5.67 | 6.45 | 15.13 | - |
| YUV | 64.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 108 | 0.78 | 0.30 | 0 | 0.58 | 202.86 | 0.64 | 0.26 |
| Hex | 18 | 4C | 6C | 4E | 1E | 0 | 3A | CB | 40 | 1A |
| Octal | 30 | 114 | 154 | 116 | 36 | 0 | 72 | 313 | 100 | 32 |
| Binary | 11000 | 1001100 | 1101100 | 1001110 | 11110 | 0 | 111010 | 11001011 | 1000000 | 11010 |
Color Harmonies of #184C6C
Complementary color
Monochromatic Colors of #184C6C
Black with #184C6C
Text Example
Text Example
White with #184C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184C6C; }
p { color: rgb(24,76,108); }
H1.HeaderClassName
{
color: #184C6C;
}
.AnyTagClassName
{
color: #184C6C;
}
</style>
background-color css
<style>
a { background-color: #184C6C; }
a { background-color: rgb(24,76,108); }
div.DivClassName
{
background-color: #184C6C;
}
.BgClassName
{
background-color: #184C6C;
}
</style>
border-color css
<style>
span { border-color: #184C6C; }
span { border-color: rgb(24,76,108); }
td.TdClassName
{
border-color: #184C6C;
}
.TagClassName
{
border-color: #184C6C;
}
</style>