#1E4F63

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

Shades of Arapawa #1E4F63

Tints of Arapawa #1E4F63

Color information

#1E4F63 (or 0x1E4F63) is unknown color: approx Arapawa. HEX triplet: 1E, 4F and 63. RGB value is (30,79,99). Sum of RGB (Red+Green+Blue) = 30+79+99=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E4F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E4F63 is #E1B09C. Grayscale: #424242. Windows color (decimal): -14790813 or 6508318. OLE color: 6508318.

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

Color convert

RGB307999-
CMYK0.700.2000.61
HSL197.39º53.49%25.29%-
HSV(B)197.39º69.7%38.82%-
XYZ5.586.7712.82-
YUV66.63146.27101.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.42%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=14.42%
G=37.98%
B=47.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3079990.700.2000.61197.3953.4925.29
Hex1E4F63461403Dc53519
Octal36117143106240753056531
Binary111101001111110001110001101010001111011100010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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