Shades of Arapawa #1A5563
Tints of Arapawa #1A5563
RGB
CMYK
RGB Variations
Color information
#1A5563 (or 0x1A5563) is known color: Arapawa. HEX triplet: 1A, 55 and 63. RGB value is (26,85,99). Sum of RGB (Red+Green+Blue) = 26+85+99=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A5563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5563 is #E5AA9C. Grayscale: #444444. Windows color (decimal): -15051421 or 6509850. OLE color: 6509850.
HSL color Cylindrical-coordinate representation of color #1A5563: hue angle of 191.51º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A5563 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 85 | 99 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.61 |
| HSL | 191.51º | 0.58% | 0.25% | - |
| HSV(B) | 191.51º | 0.74% | 0.39% | - |
| XYZ | 5.93 | 7.62 | 12.96 | - |
| YUV | 68.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 99 | 0.74 | 0.14 | 0 | 0.61 | 191.51 | 0.58 | 0.25 |
| Hex | 1A | 55 | 63 | 4A | E | 0 | 3D | C0 | 3A | 19 |
| Octal | 32 | 125 | 143 | 112 | 16 | 0 | 75 | 300 | 72 | 31 |
| Binary | 11010 | 1010101 | 1100011 | 1001010 | 1110 | 0 | 111101 | 11000000 | 111010 | 11001 |
Color Harmonies of #1A5563
Complementary color
Monochromatic Colors of #1A5563
Black with #1A5563
Text Example
Text Example
White with #1A5563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5563; }
p { color: rgb(26,85,99); }
H1.HeaderClassName
{
color: #1A5563;
}
.AnyTagClassName
{
color: #1A5563;
}
</style>
background-color css
<style>
a { background-color: #1A5563; }
a { background-color: rgb(26,85,99); }
div.DivClassName
{
background-color: #1A5563;
}
.BgClassName
{
background-color: #1A5563;
}
</style>
border-color css
<style>
span { border-color: #1A5563; }
span { border-color: rgb(26,85,99); }
td.TdClassName
{
border-color: #1A5563;
}
.TagClassName
{
border-color: #1A5563;
}
</style>