#1E5163

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

Shades of Arapawa #1E5163

Tints of Arapawa #1E5163

Color information

#1E5163 (or 0x1E5163) is unknown color: approx Arapawa. HEX triplet: 1E, 51 and 63. RGB value is (30,81,99). Sum of RGB (Red+Green+Blue) = 30+81+99=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E5163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5163 is #E1AE9C. Grayscale: #434343. Windows color (decimal): -14790301 or 6508830. OLE color: 6508830.

HSL color Cylindrical-coordinate representation of color #1E5163: hue angle of 195.65º 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 #1E5163 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB308199-
CMYK0.700.1800.61
HSL195.65º53.49%25.29%-
HSV(B)195.65º69.7%38.82%-
XYZ5.737.0612.87-
YUV67.8145.6101.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.29%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=14.29%
G=38.57%
B=47.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3081990.700.1800.61195.6553.4925.29
Hex1E5163461203Dc43519
Octal36121143106220753046531
Binary111101010001110001110001101001001111011100010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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