Shades of Arapawa #164B6D
Tints of Arapawa #164B6D
RGB
CMYK
RGB Variations
Color information
#164B6D (or 0x164B6D) is known color: Arapawa. HEX triplet: 16, 4B and 6D. RGB value is (22,75,109). Sum of RGB (Red+Green+Blue) = 22+75+109=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #164B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164B6D is #E9B492. Grayscale: #3E3E3E. Windows color (decimal): -15316115 or 7162646. OLE color: 7162646.
HSL color Cylindrical-coordinate representation of color #164B6D: hue angle of 203.45º 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 #164B6D is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 75 | 109 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.57 |
| HSL | 203.45º | 0.66% | 0.26% | - |
| HSV(B) | 203.45º | 0.8% | 0.43% | - |
| XYZ | 5.61 | 6.31 | 15.39 | - |
| YUV | 63.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 109 | 0.80 | 0.31 | 0 | 0.57 | 203.45 | 0.66 | 0.26 |
| Hex | 16 | 4B | 6D | 50 | 1F | 0 | 39 | CB | 42 | 1A |
| Octal | 26 | 113 | 155 | 120 | 37 | 0 | 71 | 313 | 102 | 32 |
| Binary | 10110 | 1001011 | 1101101 | 1010000 | 11111 | 0 | 111001 | 11001011 | 1000010 | 11010 |
Color Harmonies of #164B6D
Complementary color
Monochromatic Colors of #164B6D
Black with #164B6D
Text Example
Text Example
White with #164B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164B6D; }
p { color: rgb(22,75,109); }
H1.HeaderClassName
{
color: #164B6D;
}
.AnyTagClassName
{
color: #164B6D;
}
</style>
background-color css
<style>
a { background-color: #164B6D; }
a { background-color: rgb(22,75,109); }
div.DivClassName
{
background-color: #164B6D;
}
.BgClassName
{
background-color: #164B6D;
}
</style>
border-color css
<style>
span { border-color: #164B6D; }
span { border-color: rgb(22,75,109); }
td.TdClassName
{
border-color: #164B6D;
}
.TagClassName
{
border-color: #164B6D;
}
</style>