Html Css Color HEX #19767C Allports

📋 copy color: '#19767C'

red 25 ◦ green 118 ◦ blue 124

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

Shades of Allports #19767C

Tints of Allports #19767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.19%

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

R = 9.36%
G = 44.19%
B = 46.44%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19767C (or 0x19767C) is known color: Allports. HEX triplet: 19, 76 and 7C. RGB value is (25,118,124). Sum of RGB (Red+Green+Blue) = 25+118+124=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #19767C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19767C is #E68983. Grayscale: #5A5A5A. Windows color (decimal): -15108484 or 8156697. OLE color: 8156697.

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

Color convert

RGB 25 118 124 -
CMYK 0.80 0.05 0 0.51
HSL 183.64º 0.66% 0.29% -
HSV(B) 183.64º 0.8% 0.49% -
XYZ 10.52 14.62 21.34 -
YUV 90.88 146.69 81.01 -
System Red Green Blue C M Y K H S L
Decimal 25 118 124 0.80 0.05 0 0.51 183.64 0.66 0.29
Hex 19 76 7C 50 5 0 33 B8 42 1D
Octal 31 166 174 120 5 0 63 270 102 35
Binary 11001 1110110 1111100 1010000 101 0 110011 10111000 1000010 11101

Color Harmonies of #19767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19767C

Black with #19767C

Text Example


Text Example

White with #19767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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