Html Css Color HEX #13727C Allports

📋 copy color: '#13727C'

red 19 ◦ green 114 ◦ blue 124

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

Shades of Allports #13727C

Tints of Allports #13727C

RGB

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

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

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

R = 7.39%
G = 44.36%
B = 48.25%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13727C (or 0x13727C) is known color: Allports. HEX triplet: 13, 72 and 7C. RGB value is (19,114,124). Sum of RGB (Red+Green+Blue) = 19+114+124=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #13727C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13727C is #EC8D83. Grayscale: #565656. Windows color (decimal): -15502724 or 8155667. OLE color: 8155667.

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

Color convert

RGB 19 114 124 -
CMYK 0.85 0.08 0 0.51
HSL 185.71º 0.73% 0.28% -
HSV(B) 185.71º 0.85% 0.49% -
XYZ 9.92 13.63 21.18 -
YUV 86.74 149.03 79.69 -
System Red Green Blue C M Y K H S L
Decimal 19 114 124 0.85 0.08 0 0.51 185.71 0.73 0.28
Hex 13 72 7C 55 8 0 33 BA 49 1C
Octal 23 162 174 125 10 0 63 272 111 34
Binary 10011 1110010 1111100 1010101 1000 0 110011 10111010 1001001 11100

Color Harmonies of #13727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13727C

Black with #13727C

Text Example


Text Example

White with #13727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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