Shades of Arapawa #1E466A
Tints of Arapawa #1E466A
RGB
CMYK
RGB Variations
Color information
#1E466A (or 0x1E466A) is known color: Arapawa. HEX triplet: 1E, 46 and 6A. RGB value is (30,70,106). Sum of RGB (Red+Green+Blue) = 30+70+106=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #1E466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E466A is #E1B995. Grayscale: #3D3D3D. Windows color (decimal): -14793110 or 6964766. OLE color: 6964766.
HSL color Cylindrical-coordinate representation of color #1E466A: hue angle of 208.42º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E466A is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 70 | 106 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.58 |
| HSL | 208.42º | 0.56% | 0.27% | - |
| HSV(B) | 208.42º | 0.72% | 0.42% | - |
| XYZ | 5.33 | 5.7 | 14.45 | - |
| YUV | 62.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 70 | 106 | 0.72 | 0.34 | 0 | 0.58 | 208.42 | 0.56 | 0.27 |
| Hex | 1E | 46 | 6A | 48 | 22 | 0 | 3A | D0 | 38 | 1B |
| Octal | 36 | 106 | 152 | 110 | 42 | 0 | 72 | 320 | 70 | 33 |
| Binary | 11110 | 1000110 | 1101010 | 1001000 | 100010 | 0 | 111010 | 11010000 | 111000 | 11011 |
Color Harmonies of #1E466A
Complementary color
Monochromatic Colors of #1E466A
Black with #1E466A
Text Example
Text Example
White with #1E466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E466A; }
p { color: rgb(30,70,106); }
H1.HeaderClassName
{
color: #1E466A;
}
.AnyTagClassName
{
color: #1E466A;
}
</style>
background-color css
<style>
a { background-color: #1E466A; }
a { background-color: rgb(30,70,106); }
div.DivClassName
{
background-color: #1E466A;
}
.BgClassName
{
background-color: #1E466A;
}
</style>
border-color css
<style>
span { border-color: #1E466A; }
span { border-color: rgb(30,70,106); }
td.TdClassName
{
border-color: #1E466A;
}
.TagClassName
{
border-color: #1E466A;
}
</style>