Html Css Color HEX #19737D Allports

📋 copy color: '#19737D'

red 25 ◦ green 115 ◦ blue 125

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

Shades of Allports #19737D

Tints of Allports #19737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.4%

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

R = 9.43%
G = 43.4%
B = 47.17%

CMYK

 C value IS 0.8

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19737D (or 0x19737D) is known color: Allports. HEX triplet: 19, 73 and 7D. RGB value is (25,115,125). Sum of RGB (Red+Green+Blue) = 25+115+125=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #19737D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19737D is #E68C82. Grayscale: #595959. Windows color (decimal): -15109251 or 8221465. OLE color: 8221465.

HSL color Cylindrical-coordinate representation of color #19737D: hue angle of 186º 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 #19737D is Cyan = 0.8, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 115 125 -
CMYK 0.8 0.08 0 0.51
HSL 186º 0.67% 0.29% -
HSV(B) 186º 0.8% 0.49% -
XYZ 10.23 13.95 21.56 -
YUV 89.23 148.18 82.19 -
System Red Green Blue C M Y K H S L
Decimal 25 115 125 0.8 0.08 0 0.51 186 0.67 0.29
Hex 19 73 7D 50 8 0 33 BA 43 1D
Octal 31 163 175 120 10 0 63 272 103 35
Binary 11001 1110011 1111101 1010000 1000 0 110011 10111010 1000011 11101

Color Harmonies of #19737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19737D

Black with #19737D

Text Example


Text Example

White with #19737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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