Html Css Color HEX #13717C Allports

📋 copy color: '#13717C'

red 19 ◦ green 113 ◦ blue 124

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

Shades of Allports #13717C

Tints of Allports #13717C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 7.42%
G = 44.14%
B = 48.44%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13717C (or 0x13717C) is known color: Allports. HEX triplet: 13, 71 and 7C. RGB value is (19,113,124). Sum of RGB (Red+Green+Blue) = 19+113+124=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #13717C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13717C is #EC8E83. Grayscale: #565656. Windows color (decimal): -15502980 or 8155411. OLE color: 8155411.

HSL color Cylindrical-coordinate representation of color #13717C: hue angle of 186.29º degrees, saturation: 0.73, 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 #13717C is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 113 124 -
CMYK 0.85 0.09 0 0.51
HSL 186.29º 0.73% 0.28% -
HSV(B) 186.29º 0.85% 0.49% -
XYZ 9.81 13.4 21.14 -
YUV 86.15 149.36 80.11 -
System Red Green Blue C M Y K H S L
Decimal 19 113 124 0.85 0.09 0 0.51 186.29 0.73 0.28
Hex 13 71 7C 55 9 0 33 BA 49 1C
Octal 23 161 174 125 11 0 63 272 111 34
Binary 10011 1110001 1111100 1010101 1001 0 110011 10111010 1001001 11100

Color Harmonies of #13717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13717C

Black with #13717C

Text Example


Text Example

White with #13717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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