Html Css Color HEX #13737C Allports

📋 copy color: '#13737C'

red 19 ◦ green 115 ◦ blue 124

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

Shades of Allports #13737C

Tints of Allports #13737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.57%

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

R = 7.36%
G = 44.57%
B = 48.06%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13737C (or 0x13737C) is known color: Allports. HEX triplet: 13, 73 and 7C. RGB value is (19,115,124). Sum of RGB (Red+Green+Blue) = 19+115+124=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #13737C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13737C is #EC8C83. Grayscale: #575757. Windows color (decimal): -15502468 or 8155923. OLE color: 8155923.

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

Color convert

RGB 19 115 124 -
CMYK 0.85 0.07 0 0.51
HSL 185.14º 0.73% 0.28% -
HSV(B) 185.14º 0.85% 0.49% -
XYZ 10.04 13.86 21.21 -
YUV 87.32 148.7 79.27 -
System Red Green Blue C M Y K H S L
Decimal 19 115 124 0.85 0.07 0 0.51 185.14 0.73 0.28
Hex 13 73 7C 55 7 0 33 B9 49 1C
Octal 23 163 174 125 7 0 63 271 111 34
Binary 10011 1110011 1111100 1010101 111 0 110011 10111001 1001001 11100

Color Harmonies of #13737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13737C

Black with #13737C

Text Example


Text Example

White with #13737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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