Shades of Arapawa #1A4E66
Tints of Arapawa #1A4E66
RGB
CMYK
RGB Variations
Color information
#1A4E66 (or 0x1A4E66) is known color: Arapawa. HEX triplet: 1A, 4E and 66. RGB value is (26,78,102). Sum of RGB (Red+Green+Blue) = 26+78+102=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A4E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4E66 is #E5B199. Grayscale: #414141. Windows color (decimal): -15053210 or 6704666. OLE color: 6704666.
HSL color Cylindrical-coordinate representation of color #1A4E66: hue angle of 198.95º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4E66 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 78 | 102 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.6 |
| HSL | 198.95º | 0.59% | 0.25% | - |
| HSV(B) | 198.95º | 0.75% | 0.4% | - |
| XYZ | 5.55 | 6.63 | 13.56 | - |
| YUV | 65.19 | 148.77 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 102 | 0.75 | 0.24 | 0 | 0.6 | 198.95 | 0.59 | 0.25 |
| Hex | 1A | 4E | 66 | 4B | 18 | 0 | 3C | C7 | 3B | 19 |
| Octal | 32 | 116 | 146 | 113 | 30 | 0 | 74 | 307 | 73 | 31 |
| Binary | 11010 | 1001110 | 1100110 | 1001011 | 11000 | 0 | 111100 | 11000111 | 111011 | 11001 |
Color Harmonies of #1A4E66
Complementary color
Monochromatic Colors of #1A4E66
Black with #1A4E66
Text Example
Text Example
White with #1A4E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E66; }
p { color: rgb(26,78,102); }
H1.HeaderClassName
{
color: #1A4E66;
}
.AnyTagClassName
{
color: #1A4E66;
}
</style>
background-color css
<style>
a { background-color: #1A4E66; }
a { background-color: rgb(26,78,102); }
div.DivClassName
{
background-color: #1A4E66;
}
.BgClassName
{
background-color: #1A4E66;
}
</style>
border-color css
<style>
span { border-color: #1A4E66; }
span { border-color: rgb(26,78,102); }
td.TdClassName
{
border-color: #1A4E66;
}
.TagClassName
{
border-color: #1A4E66;
}
</style>