#1E5563

Color #1E5563 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #1E5563

Tints of Arapawa #1E5563

Color information

#1E5563 (or 0x1E5563) is unknown color: approx Arapawa. HEX triplet: 1E, 55 and 63. RGB value is (30,85,99). Sum of RGB (Red+Green+Blue) = 30+85+99=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E5563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5563 is #E1AA9C. Grayscale: #464646. Windows color (decimal): -14789277 or 6509854. OLE color: 6509854.

HSL color Cylindrical-coordinate representation of color #1E5563: hue angle of 192.17º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E5563 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB308599-
CMYK0.700.1400.61
HSL192.17º53.49%25.29%-
HSV(B)192.17º69.7%38.82%-
XYZ6.047.6712.97-
YUV70.15144.2899.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 14.02%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=14.02%
G=39.72%
B=46.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3085990.700.1400.61192.1753.4925.29
Hex1E556346E03Dc03519
Octal36125143106160753006531
Binary11110101010111000111000110111001111011100000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E5563; }

 p { color: rgb(30,85,99); }

 H1.HeaderClassName
 {
   color: #1E5563;
 }
 .AnyTagClassName
 {
   color: #1E5563;
 }
</style>
background-color css

<style>
 a { background-color: #1E5563; }

 a { background-color: rgb(30,85,99); }

 div.DivClassName
 {
   background-color: #1E5563;
 }
 .BgClassName
 {
   background-color: #1E5563;
 }
</style>
border-color css

<style>
 span { border-color: #1E5563; }

 span { border-color: rgb(30,85,99); }

 td.TdClassName
 {
   border-color: #1E5563;
 }
 .TagClassName
 {
   border-color: #1E5563;
 }
</style>