Html Css Color HEX #1E6976 Allports

📋 copy color: '#1E6976'

red 30 ◦ green 105 ◦ blue 118

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

Shades of Allports #1E6976

Tints of Allports #1E6976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.5%

 BLUE value IS 118 (46.48% from 255) = 46.64%

R = 11.86%
G = 41.5%
B = 46.64%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1E6976 (or 0x1E6976) is known color: Allports. HEX triplet: 1E, 69 and 76. RGB value is (30,105,118). Sum of RGB (Red+Green+Blue) = 30+105+118=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E6976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6976 is #E19689. Grayscale: #535353. Windows color (decimal): -14784138 or 7760158. OLE color: 7760158.

HSL color Cylindrical-coordinate representation of color #1E6976: hue angle of 188.86º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E6976 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 30 105 118 -
CMYK 0.75 0.11 0 0.54
HSL 188.86º 0.59% 0.29% -
HSV(B) 188.86º 0.75% 0.46% -
XYZ 8.86 11.69 18.93 -
YUV 84.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 30 105 118 0.75 0.11 0 0.54 188.86 0.59 0.29
Hex 1E 69 76 4B B 0 36 BD 3B 1D
Octal 36 151 166 113 13 0 66 275 73 35
Binary 11110 1101001 1110110 1001011 1011 0 110110 10111101 111011 11101

Color Harmonies of #1E6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6976

Black with #1E6976

Text Example


Text Example

White with #1E6976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,105,118); }

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

background-color css

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

 a { background-color: rgb(30,105,118); }

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

border-color css

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

 span { border-color: rgb(30,105,118); }

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