Html Css Color HEX #1E6373 Allports

📋 copy color: '#1E6373'

red 30 ◦ green 99 ◦ blue 115

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

Shades of Allports #1E6373

Tints of Allports #1E6373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.57%

 BLUE value IS 115 (45.31% from 255) = 47.13%

R = 12.3%
G = 40.57%
B = 47.13%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1E6373 (or 0x1E6373) is known color: Allports. HEX triplet: 1E, 63 and 73. RGB value is (30,99,115). Sum of RGB (Red+Green+Blue) = 30+99+115=244 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.30% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E6373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6373 is #E19C8C. Grayscale: #505050. Windows color (decimal): -14785677 or 7562014. OLE color: 7562014.

HSL color Cylindrical-coordinate representation of color #1E6373: hue angle of 191.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E6373 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 30 99 115 -
CMYK 0.74 0.14 0 0.55
HSL 191.29º 0.59% 0.28% -
HSV(B) 191.29º 0.74% 0.45% -
XYZ 8.09 10.44 17.81 -
YUV 80.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 30 99 115 0.74 0.14 0 0.55 191.29 0.59 0.28
Hex 1E 63 73 4A E 0 37 BF 3B 1C
Octal 36 143 163 112 16 0 67 277 73 34
Binary 11110 1100011 1110011 1001010 1110 0 110111 10111111 111011 11100

Color Harmonies of #1E6373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6373

Black with #1E6373

Text Example


Text Example

White with #1E6373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,99,115); }

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

background-color css

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

 a { background-color: rgb(30,99,115); }

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

border-color css

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

 span { border-color: rgb(30,99,115); }

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