Html Css Color HEX #19717D Allports

📋 copy color: '#19717D'

red 25 ◦ green 113 ◦ blue 125

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

Shades of Allports #19717D

Tints of Allports #19717D

RGB

 RED value IS 25 (10.16% from 255) = 9.51%

 GREEN value IS 113 (44.53% from 255) = 42.97%

 BLUE value IS 125 (49.22% from 255) = 47.53%

R = 9.51%
G = 42.97%
B = 47.53%

CMYK

 C value IS 0.8

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19717D (or 0x19717D) is known color: Allports. HEX triplet: 19, 71 and 7D. RGB value is (25,113,125). Sum of RGB (Red+Green+Blue) = 25+113+125=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #19717D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19717D is #E68E82. Grayscale: #575757. Windows color (decimal): -15109763 or 8220953. OLE color: 8220953.

HSL color Cylindrical-coordinate representation of color #19717D: hue angle of 187.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19717D is Cyan = 0.8, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 113 125 -
CMYK 0.8 0.10 0 0.51
HSL 187.2º 0.67% 0.29% -
HSV(B) 187.2º 0.8% 0.49% -
XYZ 10.01 13.5 21.48 -
YUV 88.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 25 113 125 0.8 0.10 0 0.51 187.2 0.67 0.29
Hex 19 71 7D 50 A 0 33 BB 43 1D
Octal 31 161 175 120 12 0 63 273 103 35
Binary 11001 1110001 1111101 1010000 1010 0 110011 10111011 1000011 11101

Color Harmonies of #19717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19717D

Black with #19717D

Text Example


Text Example

White with #19717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19717D; }

 p { color: rgb(25,113,125); }

 H1.HeaderClassName
 {
   color: #19717D;
 }
 .AnyTagClassName
 {
   color: #19717D;
 }
</style>

background-color css

<style>
 a { background-color: #19717D; }

 a { background-color: rgb(25,113,125); }

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

border-color css

<style>
 span { border-color: #19717D; }

 span { border-color: rgb(25,113,125); }

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