Shades of Arapawa #175268
Tints of Arapawa #175268
RGB
CMYK
RGB Variations
Color information
#175268 (or 0x175268) is known color: Arapawa. HEX triplet: 17, 52 and 68. RGB value is (23,82,104). Sum of RGB (Red+Green+Blue) = 23+82+104=209 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.00% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #175268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175268 is #E8AD97. Grayscale: #424242. Windows color (decimal): -15248792 or 6836759. OLE color: 6836759.
HSL color Cylindrical-coordinate representation of color #175268: hue angle of 196.3º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #175268 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 82 | 104 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.59 |
| HSL | 196.3º | 0.64% | 0.25% | - |
| HSV(B) | 196.3º | 0.78% | 0.41% | - |
| XYZ | 5.87 | 7.22 | 14.18 | - |
| YUV | 66.87 | 148.95 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 104 | 0.78 | 0.21 | 0 | 0.59 | 196.3 | 0.64 | 0.25 |
| Hex | 17 | 52 | 68 | 4E | 15 | 0 | 3B | C4 | 40 | 19 |
| Octal | 27 | 122 | 150 | 116 | 25 | 0 | 73 | 304 | 100 | 31 |
| Binary | 10111 | 1010010 | 1101000 | 1001110 | 10101 | 0 | 111011 | 11000100 | 1000000 | 11001 |
Color Harmonies of #175268
Complementary color
Monochromatic Colors of #175268
Black with #175268
Text Example
Text Example
White with #175268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175268; }
p { color: rgb(23,82,104); }
H1.HeaderClassName
{
color: #175268;
}
.AnyTagClassName
{
color: #175268;
}
</style>
background-color css
<style>
a { background-color: #175268; }
a { background-color: rgb(23,82,104); }
div.DivClassName
{
background-color: #175268;
}
.BgClassName
{
background-color: #175268;
}
</style>
border-color css
<style>
span { border-color: #175268; }
span { border-color: rgb(23,82,104); }
td.TdClassName
{
border-color: #175268;
}
.TagClassName
{
border-color: #175268;
}
</style>