#1E4969

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

Shades of Arapawa #1E4969

Tints of Arapawa #1E4969

Color information

#1E4969 (or 0x1E4969) is unknown color: approx Arapawa. HEX triplet: 1E, 49 and 69. RGB value is (30,73,105). Sum of RGB (Red+Green+Blue) = 30+73+105=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #1E4969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4969 is #E1B696. Grayscale: #3F3F3F. Windows color (decimal): -14792343 or 6899998. OLE color: 6899998.

HSL color Cylindrical-coordinate representation of color #1E4969: hue angle of 205.6º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E4969 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3073105-
CMYK0.710.3000.59
HSL205.6º55.56%26.47%-
HSV(B)205.6º71.43%41.18%-
XYZ5.476.0614.25-
YUV63.79151.25103.9-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.42%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 105 (41.41% from 255) = 50.48%
R=14.42%
G=35.10%
B=50.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal30731050.710.3000.59205.655.5626.47
Hex1E4969471E03Bce381a
Octal36111151107360733167032
Binary111101001001110100110001111111001110111100111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,73,105); }

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

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

 a { background-color: rgb(30,73,105); }

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

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

 span { border-color: rgb(30,73,105); }

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