Shades of Arapawa #1A4E68
Tints of Arapawa #1A4E68
RGB
CMYK
RGB Variations
Color information
#1A4E68 (or 0x1A4E68) is known color: Arapawa. HEX triplet: 1A, 4E and 68. RGB value is (26,78,104). Sum of RGB (Red+Green+Blue) = 26+78+104=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A4E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4E68 is #E5B197. Grayscale: #414141. Windows color (decimal): -15053208 or 6835738. OLE color: 6835738.
HSL color Cylindrical-coordinate representation of color #1A4E68: hue angle of 200º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4E68 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 78 | 104 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.59 |
| HSL | 200º | 0.6% | 0.25% | - |
| HSV(B) | 200º | 0.75% | 0.41% | - |
| XYZ | 5.65 | 6.67 | 14.09 | - |
| YUV | 65.42 | 149.77 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 104 | 0.75 | 0.25 | 0 | 0.59 | 200 | 0.6 | 0.25 |
| Hex | 1A | 4E | 68 | 4B | 19 | 0 | 3B | C8 | 3C | 19 |
| Octal | 32 | 116 | 150 | 113 | 31 | 0 | 73 | 310 | 74 | 31 |
| Binary | 11010 | 1001110 | 1101000 | 1001011 | 11001 | 0 | 111011 | 11001000 | 111100 | 11001 |
Color Harmonies of #1A4E68
Complementary color
Monochromatic Colors of #1A4E68
Black with #1A4E68
Text Example
Text Example
White with #1A4E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E68; }
p { color: rgb(26,78,104); }
H1.HeaderClassName
{
color: #1A4E68;
}
.AnyTagClassName
{
color: #1A4E68;
}
</style>
background-color css
<style>
a { background-color: #1A4E68; }
a { background-color: rgb(26,78,104); }
div.DivClassName
{
background-color: #1A4E68;
}
.BgClassName
{
background-color: #1A4E68;
}
</style>
border-color css
<style>
span { border-color: #1A4E68; }
span { border-color: rgb(26,78,104); }
td.TdClassName
{
border-color: #1A4E68;
}
.TagClassName
{
border-color: #1A4E68;
}
</style>