Html Css Color HEX #13737D Allports

📋 copy color: '#13737D'

red 19 ◦ green 115 ◦ blue 125

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

Shades of Allports #13737D

Tints of Allports #13737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.26%

R = 7.34%
G = 44.4%
B = 48.26%

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

#13737D (or 0x13737D) is known color: Allports. HEX triplet: 13, 73 and 7D. RGB value is (19,115,125). Sum of RGB (Red+Green+Blue) = 19+115+125=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #13737D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13737D is #EC8C82. Grayscale: #575757. Windows color (decimal): -15502467 or 8221459. OLE color: 8221459.

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

Color convert

RGB 19 115 125 -
CMYK 0.85 0.08 0 0.51
HSL 185.66º 0.74% 0.28% -
HSV(B) 185.66º 0.85% 0.49% -
XYZ 10.1 13.88 21.55 -
YUV 87.44 149.2 79.19 -
System Red Green Blue C M Y K H S L
Decimal 19 115 125 0.85 0.08 0 0.51 185.66 0.74 0.28
Hex 13 73 7D 55 8 0 33 BA 4A 1C
Octal 23 163 175 125 10 0 63 272 112 34
Binary 10011 1110011 1111101 1010101 1000 0 110011 10111010 1001010 11100

Color Harmonies of #13737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13737D

Black with #13737D

Text Example


Text Example

White with #13737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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