Html Css Color HEX #13717D Allports

📋 copy color: '#13717D'

red 19 ◦ green 113 ◦ blue 125

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

Shades of Allports #13717D

Tints of Allports #13717D

RGB

 RED value IS 19 (7.81% from 255) = 7.39%

 GREEN value IS 113 (44.53% from 255) = 43.97%

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

R = 7.39%
G = 43.97%
B = 48.64%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13717D (or 0x13717D) is known color: Allports. HEX triplet: 13, 71 and 7D. RGB value is (19,113,125). Sum of RGB (Red+Green+Blue) = 19+113+125=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #13717D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13717D is #EC8E82. Grayscale: #565656. Windows color (decimal): -15502979 or 8220947. OLE color: 8220947.

HSL color Cylindrical-coordinate representation of color #13717D: hue angle of 186.79º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13717D is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 113 125 -
CMYK 0.85 0.10 0 0.51
HSL 186.79º 0.74% 0.28% -
HSV(B) 186.79º 0.85% 0.49% -
XYZ 9.88 13.43 21.47 -
YUV 86.26 149.86 80.02 -
System Red Green Blue C M Y K H S L
Decimal 19 113 125 0.85 0.10 0 0.51 186.79 0.74 0.28
Hex 13 71 7D 55 A 0 33 BB 4A 1C
Octal 23 161 175 125 12 0 63 273 112 34
Binary 10011 1110001 1111101 1010101 1010 0 110011 10111011 1001010 11100

Color Harmonies of #13717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13717D

Black with #13717D

Text Example


Text Example

White with #13717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,113,125); }

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

background-color css

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

 a { background-color: rgb(19,113,125); }

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

border-color css

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

 span { border-color: rgb(19,113,125); }

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