Html Css Color HEX #19617D Allports

📋 copy color: '#19617D'

red 25 ◦ green 97 ◦ blue 125

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

Shades of Allports #19617D

Tints of Allports #19617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.27%

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

R = 10.12%
G = 39.27%
B = 50.61%

CMYK

 C value IS 0.8

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19617D (or 0x19617D) is known color: Allports. HEX triplet: 19, 61 and 7D. RGB value is (25,97,125). Sum of RGB (Red+Green+Blue) = 25+97+125=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #19617D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19617D is #E69E82. Grayscale: #4E4E4E. Windows color (decimal): -15113859 or 8216857. OLE color: 8216857.

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

Color convert

RGB 25 97 125 -
CMYK 0.8 0.22 0 0.51
HSL 196.8º 0.67% 0.29% -
HSV(B) 196.8º 0.8% 0.49% -
XYZ 8.38 10.24 20.94 -
YUV 78.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 25 97 125 0.8 0.22 0 0.51 196.8 0.67 0.29
Hex 19 61 7D 50 16 0 33 C5 43 1D
Octal 31 141 175 120 26 0 63 305 103 35
Binary 11001 1100001 1111101 1010000 10110 0 110011 11000101 1000011 11101

Color Harmonies of #19617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19617D

Black with #19617D

Text Example


Text Example

White with #19617D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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