Shades of Arapawa #1C5064
Tints of Arapawa #1C5064
RGB
CMYK
RGB Variations
Color information
#1C5064 (or 0x1C5064) is known color: Arapawa. HEX triplet: 1C, 50 and 64. RGB value is (28,80,100). Sum of RGB (Red+Green+Blue) = 28+80+100=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #1C5064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5064 is #E3AF9B. Grayscale: #424242. Windows color (decimal): -14921628 or 6574108. OLE color: 6574108.
HSL color Cylindrical-coordinate representation of color #1C5064: hue angle of 196.67º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C5064 is Cyan = 0.72, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 80 | 100 | - |
| CMYK | 0.72 | 0.2 | 0 | 0.61 |
| HSL | 196.67º | 0.56% | 0.25% | - |
| HSV(B) | 196.67º | 0.72% | 0.39% | - |
| XYZ | 5.65 | 6.9 | 13.09 | - |
| YUV | 66.73 | 146.77 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 80 | 100 | 0.72 | 0.2 | 0 | 0.61 | 196.67 | 0.56 | 0.25 |
| Hex | 1C | 50 | 64 | 48 | 14 | 0 | 3D | C5 | 38 | 19 |
| Octal | 34 | 120 | 144 | 110 | 24 | 0 | 75 | 305 | 70 | 31 |
| Binary | 11100 | 1010000 | 1100100 | 1001000 | 10100 | 0 | 111101 | 11000101 | 111000 | 11001 |
Color Harmonies of #1C5064
Complementary color
Monochromatic Colors of #1C5064
Black with #1C5064
Text Example
Text Example
White with #1C5064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5064; }
p { color: rgb(28,80,100); }
H1.HeaderClassName
{
color: #1C5064;
}
.AnyTagClassName
{
color: #1C5064;
}
</style>
background-color css
<style>
a { background-color: #1C5064; }
a { background-color: rgb(28,80,100); }
div.DivClassName
{
background-color: #1C5064;
}
.BgClassName
{
background-color: #1C5064;
}
</style>
border-color css
<style>
span { border-color: #1C5064; }
span { border-color: rgb(28,80,100); }
td.TdClassName
{
border-color: #1C5064;
}
.TagClassName
{
border-color: #1C5064;
}
</style>