Shades of Arapawa #1C466F
Tints of Arapawa #1C466F
RGB
CMYK
RGB Variations
Color information
#1C466F (or 0x1C466F) is known color: Arapawa. HEX triplet: 1C, 46 and 6F. RGB value is (28,70,111). Sum of RGB (Red+Green+Blue) = 28+70+111=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C466F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C466F is #E3B990. Grayscale: #3D3D3D. Windows color (decimal): -14924177 or 7292444. OLE color: 7292444.
HSL color Cylindrical-coordinate representation of color #1C466F: hue angle of 209.64º 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 #1C466F is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 70 | 111 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.56 |
| HSL | 209.64º | 0.6% | 0.27% | - |
| HSV(B) | 209.64º | 0.75% | 0.44% | - |
| XYZ | 5.54 | 5.77 | 15.86 | - |
| YUV | 62.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 70 | 111 | 0.75 | 0.37 | 0 | 0.56 | 209.64 | 0.6 | 0.27 |
| Hex | 1C | 46 | 6F | 4B | 25 | 0 | 38 | D2 | 3C | 1B |
| Octal | 34 | 106 | 157 | 113 | 45 | 0 | 70 | 322 | 74 | 33 |
| Binary | 11100 | 1000110 | 1101111 | 1001011 | 100101 | 0 | 111000 | 11010010 | 111100 | 11011 |
Color Harmonies of #1C466F
Complementary color
Monochromatic Colors of #1C466F
Black with #1C466F
Text Example
Text Example
White with #1C466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C466F; }
p { color: rgb(28,70,111); }
H1.HeaderClassName
{
color: #1C466F;
}
.AnyTagClassName
{
color: #1C466F;
}
</style>
background-color css
<style>
a { background-color: #1C466F; }
a { background-color: rgb(28,70,111); }
div.DivClassName
{
background-color: #1C466F;
}
.BgClassName
{
background-color: #1C466F;
}
</style>
border-color css
<style>
span { border-color: #1C466F; }
span { border-color: rgb(28,70,111); }
td.TdClassName
{
border-color: #1C466F;
}
.TagClassName
{
border-color: #1C466F;
}
</style>