Html Css Color HEX #13707F Allports

📋 copy color: '#13707F'

red 19 ◦ green 112 ◦ blue 127

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

Shades of Allports #13707F

Tints of Allports #13707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.41%

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

R = 7.36%
G = 43.41%
B = 49.22%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13707F (or 0x13707F) is known color: Allports. HEX triplet: 13, 70 and 7F. RGB value is (19,112,127). Sum of RGB (Red+Green+Blue) = 19+112+127=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #13707F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13707F is #EC8F80. Grayscale: #555555. Windows color (decimal): -15503233 or 8351763. OLE color: 8351763.

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

Color convert

RGB 19 112 127 -
CMYK 0.85 0.12 0 0.50
HSL 188.33º 0.74% 0.29% -
HSV(B) 188.33º 0.85% 0.5% -
XYZ 9.89 13.26 22.12 -
YUV 85.9 151.19 80.28 -
System Red Green Blue C M Y K H S L
Decimal 19 112 127 0.85 0.12 0 0.50 188.33 0.74 0.29
Hex 13 70 7F 55 C 0 32 BC 4A 1D
Octal 23 160 177 125 14 0 62 274 112 35
Binary 10011 1110000 1111111 1010101 1100 0 110010 10111100 1001010 11101

Color Harmonies of #13707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13707F

Black with #13707F

Text Example


Text Example

White with #13707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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