Shades of Arapawa #1C486A
Tints of Arapawa #1C486A
RGB
CMYK
RGB Variations
Color information
#1C486A (or 0x1C486A) is known color: Arapawa. HEX triplet: 1C, 48 and 6A. RGB value is (28,72,106). Sum of RGB (Red+Green+Blue) = 28+72+106=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #1C486A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C486A is #E3B795. Grayscale: #3E3E3E. Windows color (decimal): -14923670 or 6965276. OLE color: 6965276.
HSL color Cylindrical-coordinate representation of color #1C486A: hue angle of 206.15º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C486A is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 72 | 106 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.58 |
| HSL | 206.15º | 0.58% | 0.26% | - |
| HSV(B) | 206.15º | 0.74% | 0.42% | - |
| XYZ | 5.4 | 5.92 | 14.49 | - |
| YUV | 62.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 106 | 0.74 | 0.32 | 0 | 0.58 | 206.15 | 0.58 | 0.26 |
| Hex | 1C | 48 | 6A | 4A | 20 | 0 | 3A | CE | 3A | 1A |
| Octal | 34 | 110 | 152 | 112 | 40 | 0 | 72 | 316 | 72 | 32 |
| Binary | 11100 | 1001000 | 1101010 | 1001010 | 100000 | 0 | 111010 | 11001110 | 111010 | 11010 |
Color Harmonies of #1C486A
Complementary color
Monochromatic Colors of #1C486A
Black with #1C486A
Text Example
Text Example
White with #1C486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C486A; }
p { color: rgb(28,72,106); }
H1.HeaderClassName
{
color: #1C486A;
}
.AnyTagClassName
{
color: #1C486A;
}
</style>
background-color css
<style>
a { background-color: #1C486A; }
a { background-color: rgb(28,72,106); }
div.DivClassName
{
background-color: #1C486A;
}
.BgClassName
{
background-color: #1C486A;
}
</style>
border-color css
<style>
span { border-color: #1C486A; }
span { border-color: rgb(28,72,106); }
td.TdClassName
{
border-color: #1C486A;
}
.TagClassName
{
border-color: #1C486A;
}
</style>