Html Css Color HEX #1E5765 Arapawa

📋 copy color: '#1E5765'

red 30 ◦ green 87 ◦ blue 101

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

Shades of Arapawa #1E5765

Tints of Arapawa #1E5765

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.91%

 BLUE value IS 101 (39.84% from 255) = 46.33%

R = 13.76%
G = 39.91%
B = 46.33%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1E5765 (or 0x1E5765) is known color: Arapawa. HEX triplet: 1E, 57 and 65. RGB value is (30,87,101). Sum of RGB (Red+Green+Blue) = 30+87+101=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #1E5765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5765 is #E1A89A. Grayscale: #474747. Windows color (decimal): -14788763 or 6641438. OLE color: 6641438.

HSL color Cylindrical-coordinate representation of color #1E5765: hue angle of 191.83º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E5765 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 30 87 101 -
CMYK 0.70 0.14 0 0.60
HSL 191.83º 0.54% 0.26% -
HSV(B) 191.83º 0.7% 0.4% -
XYZ 6.29 8.03 13.53 -
YUV 71.55 144.62 98.36 -
System Red Green Blue C M Y K H S L
Decimal 30 87 101 0.70 0.14 0 0.60 191.83 0.54 0.26
Hex 1E 57 65 46 E 0 3C C0 36 1A
Octal 36 127 145 106 16 0 74 300 66 32
Binary 11110 1010111 1100101 1000110 1110 0 111100 11000000 110110 11010

Color Harmonies of #1E5765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5765

Black with #1E5765

Text Example


Text Example

White with #1E5765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,87,101); }

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

background-color css

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

 a { background-color: rgb(30,87,101); }

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

border-color css

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

 span { border-color: rgb(30,87,101); }

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