Shades of Arapawa #174F66
Tints of Arapawa #174F66
RGB
CMYK
RGB Variations
Color information
#174F66 (or 0x174F66) is known color: Arapawa. HEX triplet: 17, 4F and 66. RGB value is (23,79,102). Sum of RGB (Red+Green+Blue) = 23+79+102=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #174F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174F66 is #E8B099. Grayscale: #404040. Windows color (decimal): -15249562 or 6704919. OLE color: 6704919.
HSL color Cylindrical-coordinate representation of color #174F66: hue angle of 197.47º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174F66 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 23 | 79 | 102 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.6 |
| HSL | 197.47º | 0.63% | 0.25% | - |
| HSV(B) | 197.47º | 0.77% | 0.4% | - |
| XYZ | 5.55 | 6.73 | 13.58 | - |
| YUV | 64.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 79 | 102 | 0.77 | 0.23 | 0 | 0.6 | 197.47 | 0.63 | 0.25 |
| Hex | 17 | 4F | 66 | 4D | 17 | 0 | 3C | C5 | 3F | 19 |
| Octal | 27 | 117 | 146 | 115 | 27 | 0 | 74 | 305 | 77 | 31 |
| Binary | 10111 | 1001111 | 1100110 | 1001101 | 10111 | 0 | 111100 | 11000101 | 111111 | 11001 |
Color Harmonies of #174F66
Complementary color
Monochromatic Colors of #174F66
Black with #174F66
Text Example
Text Example
White with #174F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174F66; }
p { color: rgb(23,79,102); }
H1.HeaderClassName
{
color: #174F66;
}
.AnyTagClassName
{
color: #174F66;
}
</style>
background-color css
<style>
a { background-color: #174F66; }
a { background-color: rgb(23,79,102); }
div.DivClassName
{
background-color: #174F66;
}
.BgClassName
{
background-color: #174F66;
}
</style>
border-color css
<style>
span { border-color: #174F66; }
span { border-color: rgb(23,79,102); }
td.TdClassName
{
border-color: #174F66;
}
.TagClassName
{
border-color: #174F66;
}
</style>