Html Css Color HEX #1E466D Arapawa

📋 copy color: '#1E466D'

red 30 ◦ green 70 ◦ blue 109

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

Shades of Arapawa #1E466D

Tints of Arapawa #1E466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.49%

 BLUE value IS 109 (42.97% from 255) = 52.15%

R = 14.35%
G = 33.49%
B = 52.15%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1E466D (or 0x1E466D) is known color: Arapawa. HEX triplet: 1E, 46 and 6D. RGB value is (30,70,109). Sum of RGB (Red+Green+Blue) = 30+70+109=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #1E466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E466D is #E1B992. Grayscale: #3E3E3E. Windows color (decimal): -14793107 or 7161374. OLE color: 7161374.

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

Color convert

RGB 30 70 109 -
CMYK 0.72 0.36 0 0.57
HSL 209.62º 0.57% 0.27% -
HSV(B) 209.62º 0.72% 0.43% -
XYZ 5.49 5.76 15.29 -
YUV 62.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 30 70 109 0.72 0.36 0 0.57 209.62 0.57 0.27
Hex 1E 46 6D 48 24 0 39 D2 39 1B
Octal 36 106 155 110 44 0 71 322 71 33
Binary 11110 1000110 1101101 1001000 100100 0 111001 11010010 111001 11011

Color Harmonies of #1E466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E466D

Black with #1E466D

Text Example


Text Example

White with #1E466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,70,109); }

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

background-color css

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

 a { background-color: rgb(30,70,109); }

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

border-color css

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

 span { border-color: rgb(30,70,109); }

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