Html Css Color HEX #1E5461 Arapawa

📋 copy color: '#1E5461'

red 30 ◦ green 84 ◦ blue 97

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

Shades of Arapawa #1E5461

Tints of Arapawa #1E5461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 45.97%

R = 14.22%
G = 39.81%
B = 45.97%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1E5461 (or 0x1E5461) is known color: Arapawa. HEX triplet: 1E, 54 and 61. RGB value is (30,84,97). Sum of RGB (Red+Green+Blue) = 30+84+97=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E5461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5461 is #E1AB9E. Grayscale: #454545. Windows color (decimal): -14789535 or 6378526. OLE color: 6378526.

HSL color Cylindrical-coordinate representation of color #1E5461: hue angle of 191.64º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E5461 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 30 84 97 -
CMYK 0.69 0.13 0 0.62
HSL 191.64º 0.53% 0.25% -
HSV(B) 191.64º 0.69% 0.38% -
XYZ 5.86 7.48 12.44 -
YUV 69.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 30 84 97 0.69 0.13 0 0.62 191.64 0.53 0.25
Hex 1E 54 61 45 D 0 3E C0 35 19
Octal 36 124 141 105 15 0 76 300 65 31
Binary 11110 1010100 1100001 1000101 1101 0 111110 11000000 110101 11001

Color Harmonies of #1E5461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5461

Black with #1E5461

Text Example


Text Example

White with #1E5461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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