Html Css Color HEX #1E496C Arapawa

📋 copy color: '#1E496C'

red 30 ◦ green 73 ◦ blue 108

#1E496C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #1E496C

Tints of Arapawa #1E496C

RGB

 RED value IS 30 (12.11% from 255) = 14.22%

 GREEN value IS 73 (28.91% from 255) = 34.6%

 BLUE value IS 108 (42.58% from 255) = 51.18%

R = 14.22%
G = 34.6%
B = 51.18%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1E496C (or 0x1E496C) is known color: Arapawa. HEX triplet: 1E, 49 and 6C. RGB value is (30,73,108). Sum of RGB (Red+Green+Blue) = 30+73+108=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E496C is #E1B693. Grayscale: #3F3F3F. Windows color (decimal): -14792340 or 7096606. OLE color: 7096606.

HSL color Cylindrical-coordinate representation of color #1E496C: hue angle of 206.92º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E496C is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 30 73 108 -
CMYK 0.72 0.32 0 0.58
HSL 206.92º 0.57% 0.27% -
HSV(B) 206.92º 0.72% 0.42% -
XYZ 5.62 6.12 15.07 -
YUV 64.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 30 73 108 0.72 0.32 0 0.58 206.92 0.57 0.27
Hex 1E 49 6C 48 20 0 3A CF 39 1B
Octal 36 111 154 110 40 0 72 317 71 33
Binary 11110 1001001 1101100 1001000 100000 0 111010 11001111 111001 11011

Color Harmonies of #1E496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E496C

Black with #1E496C

Text Example


Text Example

White with #1E496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E496C;
 }
 .AnyTagClassName
 {
   color: #1E496C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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