Shades of Arapawa #1E4D5F
Tints of Arapawa #1E4D5F
RGB
CMYK
RGB Variations
Color information
#1E4D5F (or 0x1E4D5F) is known color: Arapawa. HEX triplet: 1E, 4D and 5F. RGB value is (30,77,95). Sum of RGB (Red+Green+Blue) = 30+77+95=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #1E4D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E4D5F is #E1B2A0. Grayscale: #404040. Windows color (decimal): -14791329 or 6245662. OLE color: 6245662.
HSL color Cylindrical-coordinate representation of color #1E4D5F: hue angle of 196.62º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E4D5F is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 77 | 95 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.63 |
| HSL | 196.62º | 0.52% | 0.25% | - |
| HSV(B) | 196.62º | 0.68% | 0.37% | - |
| XYZ | 5.25 | 6.41 | 11.79 | - |
| YUV | 65 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 77 | 95 | 0.68 | 0.19 | 0 | 0.63 | 196.62 | 0.52 | 0.25 |
| Hex | 1E | 4D | 5F | 44 | 13 | 0 | 3F | C5 | 34 | 19 |
| Octal | 36 | 115 | 137 | 104 | 23 | 0 | 77 | 305 | 64 | 31 |
| Binary | 11110 | 1001101 | 1011111 | 1000100 | 10011 | 0 | 111111 | 11000101 | 110100 | 11001 |
Color Harmonies of #1E4D5F
Complementary color
Monochromatic Colors of #1E4D5F
Black with #1E4D5F
Text Example
Text Example
White with #1E4D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4D5F; }
p { color: rgb(30,77,95); }
H1.HeaderClassName
{
color: #1E4D5F;
}
.AnyTagClassName
{
color: #1E4D5F;
}
</style>
background-color css
<style>
a { background-color: #1E4D5F; }
a { background-color: rgb(30,77,95); }
div.DivClassName
{
background-color: #1E4D5F;
}
.BgClassName
{
background-color: #1E4D5F;
}
</style>
border-color css
<style>
span { border-color: #1E4D5F; }
span { border-color: rgb(30,77,95); }
td.TdClassName
{
border-color: #1E4D5F;
}
.TagClassName
{
border-color: #1E4D5F;
}
</style>