Shades of Arapawa #1C5663
Tints of Arapawa #1C5663
RGB
CMYK
RGB Variations
Color information
#1C5663 (or 0x1C5663) is known color: Arapawa. HEX triplet: 1C, 56 and 63. RGB value is (28,86,99). Sum of RGB (Red+Green+Blue) = 28+86+99=213 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.15% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C5663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5663 is #E3A99C. Grayscale: #464646. Windows color (decimal): -14920093 or 6510108. OLE color: 6510108.
HSL color Cylindrical-coordinate representation of color #1C5663: hue angle of 190.99º 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 #1C5663 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 86 | 99 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.61 |
| HSL | 190.99º | 0.56% | 0.25% | - |
| HSV(B) | 190.99º | 0.72% | 0.39% | - |
| XYZ | 6.06 | 7.8 | 12.99 | - |
| YUV | 70.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 86 | 99 | 0.72 | 0.13 | 0 | 0.61 | 190.99 | 0.56 | 0.25 |
| Hex | 1C | 56 | 63 | 48 | D | 0 | 3D | BF | 38 | 19 |
| Octal | 34 | 126 | 143 | 110 | 15 | 0 | 75 | 277 | 70 | 31 |
| Binary | 11100 | 1010110 | 1100011 | 1001000 | 1101 | 0 | 111101 | 10111111 | 111000 | 11001 |
Color Harmonies of #1C5663
Complementary color
Monochromatic Colors of #1C5663
Black with #1C5663
Text Example
Text Example
White with #1C5663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5663; }
p { color: rgb(28,86,99); }
H1.HeaderClassName
{
color: #1C5663;
}
.AnyTagClassName
{
color: #1C5663;
}
</style>
background-color css
<style>
a { background-color: #1C5663; }
a { background-color: rgb(28,86,99); }
div.DivClassName
{
background-color: #1C5663;
}
.BgClassName
{
background-color: #1C5663;
}
</style>
border-color css
<style>
span { border-color: #1C5663; }
span { border-color: rgb(28,86,99); }
td.TdClassName
{
border-color: #1C5663;
}
.TagClassName
{
border-color: #1C5663;
}
</style>