Html Css Color HEX #19707C Allports

📋 copy color: '#19707C'

red 25 ◦ green 112 ◦ blue 124

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

Shades of Allports #19707C

Tints of Allports #19707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.91%

 BLUE value IS 124 (48.83% from 255) = 47.51%

R = 9.58%
G = 42.91%
B = 47.51%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19707C (or 0x19707C) is known color: Allports. HEX triplet: 19, 70 and 7C. RGB value is (25,112,124). Sum of RGB (Red+Green+Blue) = 25+112+124=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #19707C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19707C is #E68F83. Grayscale: #575757. Windows color (decimal): -15110020 or 8155161. OLE color: 8155161.

HSL color Cylindrical-coordinate representation of color #19707C: hue angle of 187.27º degrees, saturation: 0.66, 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 #19707C is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 112 124 -
CMYK 0.80 0.10 0 0.51
HSL 187.27º 0.66% 0.29% -
HSV(B) 187.27º 0.8% 0.49% -
XYZ 9.83 13.25 21.11 -
YUV 87.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 25 112 124 0.80 0.10 0 0.51 187.27 0.66 0.29
Hex 19 70 7C 50 A 0 33 BB 42 1D
Octal 31 160 174 120 12 0 63 273 102 35
Binary 11001 1110000 1111100 1010000 1010 0 110011 10111011 1000010 11101

Color Harmonies of #19707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19707C

Black with #19707C

Text Example


Text Example

White with #19707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19707C; }

 p { color: rgb(25,112,124); }

 H1.HeaderClassName
 {
   color: #19707C;
 }
 .AnyTagClassName
 {
   color: #19707C;
 }
</style>

background-color css

<style>
 a { background-color: #19707C; }

 a { background-color: rgb(25,112,124); }

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

border-color css

<style>
 span { border-color: #19707C; }

 span { border-color: rgb(25,112,124); }

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