Shades of Arapawa #1C4C6C
Tints of Arapawa #1C4C6C
RGB
CMYK
RGB Variations
Color information
#1C4C6C (or 0x1C4C6C) is known color: Arapawa. HEX triplet: 1C, 4C and 6C. RGB value is (28,76,108). Sum of RGB (Red+Green+Blue) = 28+76+108=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C4C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4C6C is #E3B393. Grayscale: #414141. Windows color (decimal): -14922644 or 7097372. OLE color: 7097372.
HSL color Cylindrical-coordinate representation of color #1C4C6C: hue angle of 204º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C4C6C is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 76 | 108 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.58 |
| HSL | 204º | 0.59% | 0.27% | - |
| HSV(B) | 204º | 0.74% | 0.42% | - |
| XYZ | 5.77 | 6.5 | 15.14 | - |
| YUV | 65.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 76 | 108 | 0.74 | 0.30 | 0 | 0.58 | 204 | 0.59 | 0.27 |
| Hex | 1C | 4C | 6C | 4A | 1E | 0 | 3A | CC | 3B | 1B |
| Octal | 34 | 114 | 154 | 112 | 36 | 0 | 72 | 314 | 73 | 33 |
| Binary | 11100 | 1001100 | 1101100 | 1001010 | 11110 | 0 | 111010 | 11001100 | 111011 | 11011 |
Color Harmonies of #1C4C6C
Complementary color
Monochromatic Colors of #1C4C6C
Black with #1C4C6C
Text Example
Text Example
White with #1C4C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4C6C; }
p { color: rgb(28,76,108); }
H1.HeaderClassName
{
color: #1C4C6C;
}
.AnyTagClassName
{
color: #1C4C6C;
}
</style>
background-color css
<style>
a { background-color: #1C4C6C; }
a { background-color: rgb(28,76,108); }
div.DivClassName
{
background-color: #1C4C6C;
}
.BgClassName
{
background-color: #1C4C6C;
}
</style>
border-color css
<style>
span { border-color: #1C4C6C; }
span { border-color: rgb(28,76,108); }
td.TdClassName
{
border-color: #1C4C6C;
}
.TagClassName
{
border-color: #1C4C6C;
}
</style>