Shades of Arapawa #164C6D
Tints of Arapawa #164C6D
RGB
CMYK
RGB Variations
Color information
#164C6D (or 0x164C6D) is known color: Arapawa. HEX triplet: 16, 4C and 6D. RGB value is (22,76,109). Sum of RGB (Red+Green+Blue) = 22+76+109=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #164C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C6D is #E9B392. Grayscale: #3F3F3F. Windows color (decimal): -15315859 or 7162902. OLE color: 7162902.
HSL color Cylindrical-coordinate representation of color #164C6D: hue angle of 202.76º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #164C6D is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 76 | 109 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.57 |
| HSL | 202.76º | 0.66% | 0.26% | - |
| HSV(B) | 202.76º | 0.8% | 0.43% | - |
| XYZ | 5.68 | 6.44 | 15.41 | - |
| YUV | 63.62 | 153.61 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 109 | 0.80 | 0.30 | 0 | 0.57 | 202.76 | 0.66 | 0.26 |
| Hex | 16 | 4C | 6D | 50 | 1E | 0 | 39 | CB | 42 | 1A |
| Octal | 26 | 114 | 155 | 120 | 36 | 0 | 71 | 313 | 102 | 32 |
| Binary | 10110 | 1001100 | 1101101 | 1010000 | 11110 | 0 | 111001 | 11001011 | 1000010 | 11010 |
Color Harmonies of #164C6D
Complementary color
Monochromatic Colors of #164C6D
Black with #164C6D
Text Example
Text Example
White with #164C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C6D; }
p { color: rgb(22,76,109); }
H1.HeaderClassName
{
color: #164C6D;
}
.AnyTagClassName
{
color: #164C6D;
}
</style>
background-color css
<style>
a { background-color: #164C6D; }
a { background-color: rgb(22,76,109); }
div.DivClassName
{
background-color: #164C6D;
}
.BgClassName
{
background-color: #164C6D;
}
</style>
border-color css
<style>
span { border-color: #164C6D; }
span { border-color: rgb(22,76,109); }
td.TdClassName
{
border-color: #164C6D;
}
.TagClassName
{
border-color: #164C6D;
}
</style>