Html Css Color HEX #1E516A Arapawa

📋 copy color: '#1E516A'

red 30 ◦ green 81 ◦ blue 106

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

Shades of Arapawa #1E516A

Tints of Arapawa #1E516A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.33%

 BLUE value IS 106 (41.8% from 255) = 48.85%

R = 13.82%
G = 37.33%
B = 48.85%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1E516A (or 0x1E516A) is known color: Arapawa. HEX triplet: 1E, 51 and 6A. RGB value is (30,81,106). Sum of RGB (Red+Green+Blue) = 30+81+106=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #1E516A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E516A is #E1AE95. Grayscale: #444444. Windows color (decimal): -14790294 or 6967582. OLE color: 6967582.

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

Color convert

RGB 30 81 106 -
CMYK 0.72 0.24 0 0.58
HSL 199.74º 0.56% 0.27% -
HSV(B) 199.74º 0.72% 0.42% -
XYZ 6.08 7.2 14.71 -
YUV 68.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 30 81 106 0.72 0.24 0 0.58 199.74 0.56 0.27
Hex 1E 51 6A 48 18 0 3A C8 38 1B
Octal 36 121 152 110 30 0 72 310 70 33
Binary 11110 1010001 1101010 1001000 11000 0 111010 11001000 111000 11011

Color Harmonies of #1E516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E516A

Black with #1E516A

Text Example


Text Example

White with #1E516A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,81,106); }

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

background-color css

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

 a { background-color: rgb(30,81,106); }

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

border-color css

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

 span { border-color: rgb(30,81,106); }

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