#1e4c60

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

Shades of Arapawa #1E4C60

Tints of Arapawa #1E4C60

Color information

#1E4C60 (or 0x1E4C60) is unknown color: approx Arapawa. HEX triplet: 1E, 4C and 60. RGB value is (30,76,96). Sum of RGB (Red+Green+Blue) = 30+76+96=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E4C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4C60 is #E1B39F. Grayscale: #404040. Windows color (decimal): -14791584 or 6310942. OLE color: 6310942.

HSL color Cylindrical-coordinate representation of color #1E4C60: hue angle of 198.18º degrees, saturation: 0.52, 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 #1E4C60 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB307696-
CMYK0.690.2100.62
HSL198.18º52.38%24.71%-
HSV(B)198.18º68.75%37.65%-
XYZ5.236.2912-
YUV64.53145.76103.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.85%
GREEN value IS 76 (30.08% from 255) = 37.62%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=14.85%
G=37.62%
B=47.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3076960.690.2100.62198.1852.3824.71
Hex1E4C60451503Ec63419
Octal36114140105250763066431
Binary111101001100110000010001011010101111101100011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e4c60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,76,96); }

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

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

 a { background-color: rgb(30,76,96); }

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

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

 span { border-color: rgb(30,76,96); }

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