Html Css Color HEX #13717F Allports

📋 copy color: '#13717F'

red 19 ◦ green 113 ◦ blue 127

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

Shades of Allports #13717F

Tints of Allports #13717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.03%

R = 7.34%
G = 43.63%
B = 49.03%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13717F (or 0x13717F) is known color: Allports. HEX triplet: 13, 71 and 7F. RGB value is (19,113,127). Sum of RGB (Red+Green+Blue) = 19+113+127=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #13717F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13717F is #EC8E80. Grayscale: #565656. Windows color (decimal): -15502977 or 8352019. OLE color: 8352019.

HSL color Cylindrical-coordinate representation of color #13717F: hue angle of 187.78º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13717F is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 113 127 -
CMYK 0.85 0.11 0 0.50
HSL 187.78º 0.74% 0.29% -
HSV(B) 187.78º 0.85% 0.5% -
XYZ 10 13.48 22.15 -
YUV 86.49 150.86 79.86 -
System Red Green Blue C M Y K H S L
Decimal 19 113 127 0.85 0.11 0 0.50 187.78 0.74 0.29
Hex 13 71 7F 55 B 0 32 BC 4A 1D
Octal 23 161 177 125 13 0 62 274 112 35
Binary 10011 1110001 1111111 1010101 1011 0 110010 10111100 1001010 11101

Color Harmonies of #13717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13717F

Black with #13717F

Text Example


Text Example

White with #13717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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