Html Css Color HEX #1E6A71 Allports

📋 copy color: '#1E6A71'

red 30 ◦ green 106 ◦ blue 113

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

Shades of Allports #1E6A71

Tints of Allports #1E6A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.57%

 BLUE value IS 113 (44.53% from 255) = 45.38%

R = 12.05%
G = 42.57%
B = 45.38%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E6A71 (or 0x1E6A71) is known color: Allports. HEX triplet: 1E, 6A and 71. RGB value is (30,106,113). Sum of RGB (Red+Green+Blue) = 30+106+113=249 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.05% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E6A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6A71 is #E1958E. Grayscale: #535353. Windows color (decimal): -14783887 or 7432734. OLE color: 7432734.

HSL color Cylindrical-coordinate representation of color #1E6A71: hue angle of 185.06º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6A71 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 106 113 -
CMYK 0.73 0.06 0 0.56
HSL 185.06º 0.58% 0.28% -
HSV(B) 185.06º 0.73% 0.44% -
XYZ 8.67 11.78 17.44 -
YUV 84.07 144.32 89.43 -
System Red Green Blue C M Y K H S L
Decimal 30 106 113 0.73 0.06 0 0.56 185.06 0.58 0.28
Hex 1E 6A 71 49 6 0 38 B9 3A 1C
Octal 36 152 161 111 6 0 70 271 72 34
Binary 11110 1101010 1110001 1001001 110 0 111000 10111001 111010 11100

Color Harmonies of #1E6A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6A71

Black with #1E6A71

Text Example


Text Example

White with #1E6A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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