Shades of Arapawa #1A5264
Tints of Arapawa #1A5264
RGB
CMYK
RGB Variations
Color information
#1A5264 (or 0x1A5264) is known color: Arapawa. HEX triplet: 1A, 52 and 64. RGB value is (26,82,100). Sum of RGB (Red+Green+Blue) = 26+82+100=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #1A5264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5264 is #E5AD9B. Grayscale: #434343. Windows color (decimal): -15052188 or 6574618. OLE color: 6574618.
HSL color Cylindrical-coordinate representation of color #1A5264: hue angle of 194.59º degrees, saturation: 0.59, 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 #1A5264 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 82 | 100 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.61 |
| HSL | 194.59º | 0.59% | 0.25% | - |
| HSV(B) | 194.59º | 0.74% | 0.39% | - |
| XYZ | 5.74 | 7.17 | 13.14 | - |
| YUV | 67.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 82 | 100 | 0.74 | 0.18 | 0 | 0.61 | 194.59 | 0.59 | 0.25 |
| Hex | 1A | 52 | 64 | 4A | 12 | 0 | 3D | C3 | 3B | 19 |
| Octal | 32 | 122 | 144 | 112 | 22 | 0 | 75 | 303 | 73 | 31 |
| Binary | 11010 | 1010010 | 1100100 | 1001010 | 10010 | 0 | 111101 | 11000011 | 111011 | 11001 |
Color Harmonies of #1A5264
Complementary color
Monochromatic Colors of #1A5264
Black with #1A5264
Text Example
Text Example
White with #1A5264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5264; }
p { color: rgb(26,82,100); }
H1.HeaderClassName
{
color: #1A5264;
}
.AnyTagClassName
{
color: #1A5264;
}
</style>
background-color css
<style>
a { background-color: #1A5264; }
a { background-color: rgb(26,82,100); }
div.DivClassName
{
background-color: #1A5264;
}
.BgClassName
{
background-color: #1A5264;
}
</style>
border-color css
<style>
span { border-color: #1A5264; }
span { border-color: rgb(26,82,100); }
td.TdClassName
{
border-color: #1A5264;
}
.TagClassName
{
border-color: #1A5264;
}
</style>