Shades of Arapawa #1C4B66
Tints of Arapawa #1C4B66
RGB
CMYK
RGB Variations
Color information
#1C4B66 (or 0x1C4B66) is known color: Arapawa. HEX triplet: 1C, 4B and 66. RGB value is (28,75,102). Sum of RGB (Red+Green+Blue) = 28+75+102=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #1C4B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4B66 is #E3B499. Grayscale: #3F3F3F. Windows color (decimal): -14922906 or 6703900. OLE color: 6703900.
HSL color Cylindrical-coordinate representation of color #1C4B66: hue angle of 201.89º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C4B66 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 75 | 102 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.6 |
| HSL | 201.89º | 0.57% | 0.25% | - |
| HSV(B) | 201.89º | 0.73% | 0.4% | - |
| XYZ | 5.39 | 6.24 | 13.49 | - |
| YUV | 64.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 75 | 102 | 0.73 | 0.26 | 0 | 0.6 | 201.89 | 0.57 | 0.25 |
| Hex | 1C | 4B | 66 | 49 | 1A | 0 | 3C | CA | 39 | 19 |
| Octal | 34 | 113 | 146 | 111 | 32 | 0 | 74 | 312 | 71 | 31 |
| Binary | 11100 | 1001011 | 1100110 | 1001001 | 11010 | 0 | 111100 | 11001010 | 111001 | 11001 |
Color Harmonies of #1C4B66
Complementary color
Monochromatic Colors of #1C4B66
Black with #1C4B66
Text Example
Text Example
White with #1C4B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4B66; }
p { color: rgb(28,75,102); }
H1.HeaderClassName
{
color: #1C4B66;
}
.AnyTagClassName
{
color: #1C4B66;
}
</style>
background-color css
<style>
a { background-color: #1C4B66; }
a { background-color: rgb(28,75,102); }
div.DivClassName
{
background-color: #1C4B66;
}
.BgClassName
{
background-color: #1C4B66;
}
</style>
border-color css
<style>
span { border-color: #1C4B66; }
span { border-color: rgb(28,75,102); }
td.TdClassName
{
border-color: #1C4B66;
}
.TagClassName
{
border-color: #1C4B66;
}
</style>