Html Css Color HEX #1E7477 Atoll

📋 copy color: '#1E7477'

red 30 ◦ green 116 ◦ blue 119

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

Shades of Atoll #1E7477

Tints of Atoll #1E7477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.77%

 BLUE value IS 119 (46.88% from 255) = 44.91%

R = 11.32%
G = 43.77%
B = 44.91%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1E7477 (or 0x1E7477) is known color: Atoll. HEX triplet: 1E, 74 and 77. RGB value is (30,116,119). Sum of RGB (Red+Green+Blue) = 30+116+119=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E7477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7477 is #E18B88. Grayscale: #5A5A5A. Windows color (decimal): -14781321 or 7828510. OLE color: 7828510.

HSL color Cylindrical-coordinate representation of color #1E7477: hue angle of 182.02º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7477 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 30 116 119 -
CMYK 0.75 0.03 0 0.53
HSL 182.02º 0.6% 0.29% -
HSV(B) 182.02º 0.75% 0.47% -
XYZ 10.11 14.1 19.64 -
YUV 90.63 144.01 84.76 -
System Red Green Blue C M Y K H S L
Decimal 30 116 119 0.75 0.03 0 0.53 182.02 0.6 0.29
Hex 1E 74 77 4B 3 0 35 B6 3C 1D
Octal 36 164 167 113 3 0 65 266 74 35
Binary 11110 1110100 1110111 1001011 11 0 110101 10110110 111100 11101

Color Harmonies of #1E7477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7477

Black with #1E7477

Text Example


Text Example

White with #1E7477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,116,119); }

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

background-color css

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

 a { background-color: rgb(30,116,119); }

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

border-color css

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

 span { border-color: rgb(30,116,119); }

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