#1E4967

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

Shades of Arapawa #1E4967

Tints of Arapawa #1E4967

Color information

#1E4967 (or 0x1E4967) is unknown color: approx Arapawa. HEX triplet: 1E, 49 and 67. RGB value is (30,73,103). Sum of RGB (Red+Green+Blue) = 30+73+103=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #1E4967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4967 is #E1B698. Grayscale: #3F3F3F. Windows color (decimal): -14792345 or 6768926. OLE color: 6768926.

HSL color Cylindrical-coordinate representation of color #1E4967: hue angle of 204.66º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E4967 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3073103-
CMYK0.710.2900.60
HSL204.66º54.89%26.08%-
HSV(B)204.66º70.87%40.39%-
XYZ5.376.0213.71-
YUV63.56150.25104.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.56%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 103 (40.62% from 255) = 50%
R=14.56%
G=35.44%
B=50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal30731030.710.2900.60204.6654.8926.08
Hex1E4967471D03Ccd371a
Octal36111147107350743156732
Binary111101001001110011110001111110101111001100110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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