Html Css Color HEX #1E5463 Arapawa

📋 copy color: '#1E5463'

red 30 ◦ green 84 ◦ blue 99

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

Shades of Arapawa #1E5463

Tints of Arapawa #1E5463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.44%

 BLUE value IS 99 (39.06% from 255) = 46.48%

R = 14.08%
G = 39.44%
B = 46.48%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1E5463 (or 0x1E5463) is known color: Arapawa. HEX triplet: 1E, 54 and 63. RGB value is (30,84,99). Sum of RGB (Red+Green+Blue) = 30+84+99=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E5463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5463 is #E1AB9C. Grayscale: #454545. Windows color (decimal): -14789533 or 6509598. OLE color: 6509598.

HSL color Cylindrical-coordinate representation of color #1E5463: hue angle of 193.04º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E5463 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 30 84 99 -
CMYK 0.70 0.15 0 0.61
HSL 193.04º 0.53% 0.25% -
HSV(B) 193.04º 0.7% 0.39% -
XYZ 5.96 7.52 12.94 -
YUV 69.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 30 84 99 0.70 0.15 0 0.61 193.04 0.53 0.25
Hex 1E 54 63 46 F 0 3D C1 35 19
Octal 36 124 143 106 17 0 75 301 65 31
Binary 11110 1010100 1100011 1000110 1111 0 111101 11000001 110101 11001

Color Harmonies of #1E5463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5463

Black with #1E5463

Text Example


Text Example

White with #1E5463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,84,99); }

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

background-color css

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

 a { background-color: rgb(30,84,99); }

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

border-color css

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

 span { border-color: rgb(30,84,99); }

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