Shades of Arapawa #1A4C68
Tints of Arapawa #1A4C68
RGB
CMYK
RGB Variations
Color information
#1A4C68 (or 0x1A4C68) is known color: Arapawa. HEX triplet: 1A, 4C and 68. RGB value is (26,76,104). Sum of RGB (Red+Green+Blue) = 26+76+104=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A4C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4C68 is #E5B397. Grayscale: #404040. Windows color (decimal): -15053720 or 6835226. OLE color: 6835226.
HSL color Cylindrical-coordinate representation of color #1A4C68: hue angle of 201.54º 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 #1A4C68 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 76 | 104 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.59 |
| HSL | 201.54º | 0.6% | 0.25% | - |
| HSV(B) | 201.54º | 0.75% | 0.41% | - |
| XYZ | 5.51 | 6.39 | 14.04 | - |
| YUV | 64.24 | 150.44 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 76 | 104 | 0.75 | 0.27 | 0 | 0.59 | 201.54 | 0.6 | 0.25 |
| Hex | 1A | 4C | 68 | 4B | 1B | 0 | 3B | CA | 3C | 19 |
| Octal | 32 | 114 | 150 | 113 | 33 | 0 | 73 | 312 | 74 | 31 |
| Binary | 11010 | 1001100 | 1101000 | 1001011 | 11011 | 0 | 111011 | 11001010 | 111100 | 11001 |
Color Harmonies of #1A4C68
Complementary color
Monochromatic Colors of #1A4C68
Black with #1A4C68
Text Example
Text Example
White with #1A4C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4C68; }
p { color: rgb(26,76,104); }
H1.HeaderClassName
{
color: #1A4C68;
}
.AnyTagClassName
{
color: #1A4C68;
}
</style>
background-color css
<style>
a { background-color: #1A4C68; }
a { background-color: rgb(26,76,104); }
div.DivClassName
{
background-color: #1A4C68;
}
.BgClassName
{
background-color: #1A4C68;
}
</style>
border-color css
<style>
span { border-color: #1A4C68; }
span { border-color: rgb(26,76,104); }
td.TdClassName
{
border-color: #1A4C68;
}
.TagClassName
{
border-color: #1A4C68;
}
</style>