Html Css Color HEX #19637D Allports

📋 copy color: '#19637D'

red 25 ◦ green 99 ◦ blue 125

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

Shades of Allports #19637D

Tints of Allports #19637D

RGB

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

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

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

R = 10.04%
G = 39.76%
B = 50.2%

CMYK

 C value IS 0.8

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19637D (or 0x19637D) is known color: Allports. HEX triplet: 19, 63 and 7D. RGB value is (25,99,125). Sum of RGB (Red+Green+Blue) = 25+99+125=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #19637D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19637D is #E69C82. Grayscale: #4F4F4F. Windows color (decimal): -15113347 or 8217369. OLE color: 8217369.

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

Color convert

RGB 25 99 125 -
CMYK 0.8 0.21 0 0.51
HSL 195.6º 0.67% 0.29% -
HSV(B) 195.6º 0.8% 0.49% -
XYZ 8.56 10.61 21 -
YUV 79.84 153.48 88.89 -
System Red Green Blue C M Y K H S L
Decimal 25 99 125 0.8 0.21 0 0.51 195.6 0.67 0.29
Hex 19 63 7D 50 15 0 33 C4 43 1D
Octal 31 143 175 120 25 0 63 304 103 35
Binary 11001 1100011 1111101 1010000 10101 0 110011 11000100 1000011 11101

Color Harmonies of #19637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19637D

Black with #19637D

Text Example


Text Example

White with #19637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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