Html Css Color HEX #19637C Allports

📋 copy color: '#19637C'

red 25 ◦ green 99 ◦ blue 124

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

Shades of Allports #19637C

Tints of Allports #19637C

RGB

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

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

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

R = 10.08%
G = 39.92%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19637C (or 0x19637C) is known color: Allports. HEX triplet: 19, 63 and 7C. RGB value is (25,99,124). Sum of RGB (Red+Green+Blue) = 25+99+124=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #19637C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19637C is #E69C83. Grayscale: #4F4F4F. Windows color (decimal): -15113348 or 8151833. OLE color: 8151833.

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

Color convert

RGB 25 99 124 -
CMYK 0.80 0.20 0 0.51
HSL 195.15º 0.66% 0.29% -
HSV(B) 195.15º 0.8% 0.49% -
XYZ 8.5 10.59 20.66 -
YUV 79.72 152.98 88.97 -
System Red Green Blue C M Y K H S L
Decimal 25 99 124 0.80 0.20 0 0.51 195.15 0.66 0.29
Hex 19 63 7C 50 14 0 33 C3 42 1D
Octal 31 143 174 120 24 0 63 303 102 35
Binary 11001 1100011 1111100 1010000 10100 0 110011 11000011 1000010 11101

Color Harmonies of #19637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19637C

Black with #19637C

Text Example


Text Example

White with #19637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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