Html Css Color HEX #13747D Allports

📋 copy color: '#13747D'

red 19 ◦ green 116 ◦ blue 125

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

Shades of Allports #13747D

Tints of Allports #13747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.62%

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

R = 7.31%
G = 44.62%
B = 48.08%

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

#13747D (or 0x13747D) is known color: Allports. HEX triplet: 13, 74 and 7D. RGB value is (19,116,125). Sum of RGB (Red+Green+Blue) = 19+116+125=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #13747D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13747D is #EC8B82. Grayscale: #575757. Windows color (decimal): -15502211 or 8221715. OLE color: 8221715.

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

Color convert

RGB 19 116 125 -
CMYK 0.85 0.07 0 0.51
HSL 185.09º 0.74% 0.28% -
HSV(B) 185.09º 0.85% 0.49% -
XYZ 10.22 14.11 21.59 -
YUV 88.02 148.86 78.77 -
System Red Green Blue C M Y K H S L
Decimal 19 116 125 0.85 0.07 0 0.51 185.09 0.74 0.28
Hex 13 74 7D 55 7 0 33 B9 4A 1C
Octal 23 164 175 125 7 0 63 271 112 34
Binary 10011 1110100 1111101 1010101 111 0 110011 10111001 1001010 11100

Color Harmonies of #13747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13747D

Black with #13747D

Text Example


Text Example

White with #13747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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