Shades of Arapawa #1C4A67
Tints of Arapawa #1C4A67
RGB
CMYK
RGB Variations
Color information
#1C4A67 (or 0x1C4A67) is known color: Arapawa. HEX triplet: 1C, 4A and 67. RGB value is (28,74,103). Sum of RGB (Red+Green+Blue) = 28+74+103=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #1C4A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4A67 is #E3B598. Grayscale: #3F3F3F. Windows color (decimal): -14923161 or 6769180. OLE color: 6769180.
HSL color Cylindrical-coordinate representation of color #1C4A67: hue angle of 203.2º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C4A67 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 74 | 103 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.60 |
| HSL | 203.2º | 0.57% | 0.26% | - |
| HSV(B) | 203.2º | 0.73% | 0.4% | - |
| XYZ | 5.38 | 6.12 | 13.73 | - |
| YUV | 63.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 74 | 103 | 0.73 | 0.28 | 0 | 0.60 | 203.2 | 0.57 | 0.26 |
| Hex | 1C | 4A | 67 | 49 | 1C | 0 | 3C | CB | 39 | 1A |
| Octal | 34 | 112 | 147 | 111 | 34 | 0 | 74 | 313 | 71 | 32 |
| Binary | 11100 | 1001010 | 1100111 | 1001001 | 11100 | 0 | 111100 | 11001011 | 111001 | 11010 |
Color Harmonies of #1C4A67
Complementary color
Monochromatic Colors of #1C4A67
Black with #1C4A67
Text Example
Text Example
White with #1C4A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4A67; }
p { color: rgb(28,74,103); }
H1.HeaderClassName
{
color: #1C4A67;
}
.AnyTagClassName
{
color: #1C4A67;
}
</style>
background-color css
<style>
a { background-color: #1C4A67; }
a { background-color: rgb(28,74,103); }
div.DivClassName
{
background-color: #1C4A67;
}
.BgClassName
{
background-color: #1C4A67;
}
</style>
border-color css
<style>
span { border-color: #1C4A67; }
span { border-color: rgb(28,74,103); }
td.TdClassName
{
border-color: #1C4A67;
}
.TagClassName
{
border-color: #1C4A67;
}
</style>