Html Css Color HEX #13727F Allports

📋 copy color: '#13727F'

red 19 ◦ green 114 ◦ blue 127

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

Shades of Allports #13727F

Tints of Allports #13727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.85%

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

R = 7.31%
G = 43.85%
B = 48.85%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13727F (or 0x13727F) is known color: Allports. HEX triplet: 13, 72 and 7F. RGB value is (19,114,127). Sum of RGB (Red+Green+Blue) = 19+114+127=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #13727F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13727F is #EC8D80. Grayscale: #565656. Windows color (decimal): -15502721 or 8352275. OLE color: 8352275.

HSL color Cylindrical-coordinate representation of color #13727F: hue angle of 187.22º 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 #13727F is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 114 127 -
CMYK 0.85 0.10 0 0.50
HSL 187.22º 0.74% 0.29% -
HSV(B) 187.22º 0.85% 0.5% -
XYZ 10.12 13.71 22.19 -
YUV 87.08 150.53 79.44 -
System Red Green Blue C M Y K H S L
Decimal 19 114 127 0.85 0.10 0 0.50 187.22 0.74 0.29
Hex 13 72 7F 55 A 0 32 BB 4A 1D
Octal 23 162 177 125 12 0 62 273 112 35
Binary 10011 1110010 1111111 1010101 1010 0 110010 10111011 1001010 11101

Color Harmonies of #13727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13727F

Black with #13727F

Text Example


Text Example

White with #13727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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