Shades of Arapawa #1C496F
Tints of Arapawa #1C496F
RGB
CMYK
RGB Variations
Color information
#1C496F (or 0x1C496F) is known color: Arapawa. HEX triplet: 1C, 49 and 6F. RGB value is (28,73,111). Sum of RGB (Red+Green+Blue) = 28+73+111=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C496F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C496F is #E3B690. Grayscale: #3F3F3F. Windows color (decimal): -14923409 or 7293212. OLE color: 7293212.
HSL color Cylindrical-coordinate representation of color #1C496F: hue angle of 207.47º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C496F is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 73 | 111 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.56 |
| HSL | 207.47º | 0.6% | 0.27% | - |
| HSV(B) | 207.47º | 0.75% | 0.44% | - |
| XYZ | 5.73 | 6.16 | 15.93 | - |
| YUV | 63.88 | 154.59 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 111 | 0.75 | 0.34 | 0 | 0.56 | 207.47 | 0.6 | 0.27 |
| Hex | 1C | 49 | 6F | 4B | 22 | 0 | 38 | CF | 3C | 1B |
| Octal | 34 | 111 | 157 | 113 | 42 | 0 | 70 | 317 | 74 | 33 |
| Binary | 11100 | 1001001 | 1101111 | 1001011 | 100010 | 0 | 111000 | 11001111 | 111100 | 11011 |
Color Harmonies of #1C496F
Complementary color
Monochromatic Colors of #1C496F
Black with #1C496F
Text Example
Text Example
White with #1C496F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C496F; }
p { color: rgb(28,73,111); }
H1.HeaderClassName
{
color: #1C496F;
}
.AnyTagClassName
{
color: #1C496F;
}
</style>
background-color css
<style>
a { background-color: #1C496F; }
a { background-color: rgb(28,73,111); }
div.DivClassName
{
background-color: #1C496F;
}
.BgClassName
{
background-color: #1C496F;
}
</style>
border-color css
<style>
span { border-color: #1C496F; }
span { border-color: rgb(28,73,111); }
td.TdClassName
{
border-color: #1C496F;
}
.TagClassName
{
border-color: #1C496F;
}
</style>