#1E5161

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

Shades of Arapawa #1E5161

Tints of Arapawa #1E5161

Color information

#1E5161 (or 0x1E5161) is unknown color: approx Arapawa. HEX triplet: 1E, 51 and 61. RGB value is (30,81,97). Sum of RGB (Red+Green+Blue) = 30+81+97=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E5161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5161 is #E1AE9E. Grayscale: #434343. Windows color (decimal): -14790303 or 6377758. OLE color: 6377758.

HSL color Cylindrical-coordinate representation of color #1E5161: hue angle of 194.33º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E5161 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB308197-
CMYK0.690.1600.62
HSL194.33º52.76%24.9%-
HSV(B)194.33º69.07%38.04%-
XYZ5.647.0212.37-
YUV67.57144.6101.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.42%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=14.42%
G=38.94%
B=46.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3081970.690.1600.62194.3352.7624.9
Hex1E5161451003Ec23519
Octal36121141105200763026531
Binary111101010001110000110001011000001111101100001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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