Shades of Arapawa #1A4D6A
Tints of Arapawa #1A4D6A
RGB
CMYK
RGB Variations
Color information
#1A4D6A (or 0x1A4D6A) is known color: Arapawa. HEX triplet: 1A, 4D and 6A. RGB value is (26,77,106). Sum of RGB (Red+Green+Blue) = 26+77+106=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #1A4D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4D6A is #E5B295. Grayscale: #404040. Windows color (decimal): -15053462 or 6966554. OLE color: 6966554.
HSL color Cylindrical-coordinate representation of color #1A4D6A: hue angle of 201.75º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4D6A is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 77 | 106 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.58 |
| HSL | 201.75º | 0.61% | 0.26% | - |
| HSV(B) | 201.75º | 0.75% | 0.42% | - |
| XYZ | 5.68 | 6.57 | 14.6 | - |
| YUV | 65.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 106 | 0.75 | 0.27 | 0 | 0.58 | 201.75 | 0.61 | 0.26 |
| Hex | 1A | 4D | 6A | 4B | 1B | 0 | 3A | CA | 3D | 1A |
| Octal | 32 | 115 | 152 | 113 | 33 | 0 | 72 | 312 | 75 | 32 |
| Binary | 11010 | 1001101 | 1101010 | 1001011 | 11011 | 0 | 111010 | 11001010 | 111101 | 11010 |
Color Harmonies of #1A4D6A
Complementary color
Monochromatic Colors of #1A4D6A
Black with #1A4D6A
Text Example
Text Example
White with #1A4D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4D6A; }
p { color: rgb(26,77,106); }
H1.HeaderClassName
{
color: #1A4D6A;
}
.AnyTagClassName
{
color: #1A4D6A;
}
</style>
background-color css
<style>
a { background-color: #1A4D6A; }
a { background-color: rgb(26,77,106); }
div.DivClassName
{
background-color: #1A4D6A;
}
.BgClassName
{
background-color: #1A4D6A;
}
</style>
border-color css
<style>
span { border-color: #1A4D6A; }
span { border-color: rgb(26,77,106); }
td.TdClassName
{
border-color: #1A4D6A;
}
.TagClassName
{
border-color: #1A4D6A;
}
</style>