Html Css Color HEX #1E486B Arapawa

📋 copy color: '#1E486B'

red 30 ◦ green 72 ◦ blue 107

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

Shades of Arapawa #1E486B

Tints of Arapawa #1E486B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.45%

 BLUE value IS 107 (42.19% from 255) = 51.2%

R = 14.35%
G = 34.45%
B = 51.2%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1E486B (or 0x1E486B) is known color: Arapawa. HEX triplet: 1E, 48 and 6B. RGB value is (30,72,107). Sum of RGB (Red+Green+Blue) = 30+72+107=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #1E486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E486B is #E1B794. Grayscale: #3F3F3F. Windows color (decimal): -14792597 or 7030814. OLE color: 7030814.

HSL color Cylindrical-coordinate representation of color #1E486B: hue angle of 207.27º degrees, saturation: 0.56, 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 #1E486B is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 30 72 107 -
CMYK 0.72 0.33 0 0.58
HSL 207.27º 0.56% 0.27% -
HSV(B) 207.27º 0.72% 0.42% -
XYZ 5.51 5.97 14.77 -
YUV 63.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 30 72 107 0.72 0.33 0 0.58 207.27 0.56 0.27
Hex 1E 48 6B 48 21 0 3A CF 38 1B
Octal 36 110 153 110 41 0 72 317 70 33
Binary 11110 1001000 1101011 1001000 100001 0 111010 11001111 111000 11011

Color Harmonies of #1E486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E486B

Black with #1E486B

Text Example


Text Example

White with #1E486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,72,107); }

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

background-color css

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

 a { background-color: rgb(30,72,107); }

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

border-color css

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

 span { border-color: rgb(30,72,107); }

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