Shades of Arapawa #1C4E61
Tints of Arapawa #1C4E61
RGB
CMYK
RGB Variations
Color information
#1C4E61 (or 0x1C4E61) is known color: Arapawa. HEX triplet: 1C, 4E and 61. RGB value is (28,78,97). Sum of RGB (Red+Green+Blue) = 28+78+97=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C4E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C4E61 is #E3B19E. Grayscale: #414141. Windows color (decimal): -14922143 or 6376988. OLE color: 6376988.
HSL color Cylindrical-coordinate representation of color #1C4E61: hue angle of 196.52º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C4E61 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 78 | 97 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.62 |
| HSL | 196.52º | 0.55% | 0.25% | - |
| HSV(B) | 196.52º | 0.71% | 0.38% | - |
| XYZ | 5.36 | 6.56 | 12.29 | - |
| YUV | 65.22 | 145.94 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 78 | 97 | 0.71 | 0.20 | 0 | 0.62 | 196.52 | 0.55 | 0.25 |
| Hex | 1C | 4E | 61 | 47 | 14 | 0 | 3E | C5 | 37 | 19 |
| Octal | 34 | 116 | 141 | 107 | 24 | 0 | 76 | 305 | 67 | 31 |
| Binary | 11100 | 1001110 | 1100001 | 1000111 | 10100 | 0 | 111110 | 11000101 | 110111 | 11001 |
Color Harmonies of #1C4E61
Complementary color
Monochromatic Colors of #1C4E61
Black with #1C4E61
Text Example
Text Example
White with #1C4E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4E61; }
p { color: rgb(28,78,97); }
H1.HeaderClassName
{
color: #1C4E61;
}
.AnyTagClassName
{
color: #1C4E61;
}
</style>
background-color css
<style>
a { background-color: #1C4E61; }
a { background-color: rgb(28,78,97); }
div.DivClassName
{
background-color: #1C4E61;
}
.BgClassName
{
background-color: #1C4E61;
}
</style>
border-color css
<style>
span { border-color: #1C4E61; }
span { border-color: rgb(28,78,97); }
td.TdClassName
{
border-color: #1C4E61;
}
.TagClassName
{
border-color: #1C4E61;
}
</style>