Html Css Color HEX #137075 Allports

📋 copy color: '#137075'

red 19 ◦ green 112 ◦ blue 117

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

Shades of Allports #137075

Tints of Allports #137075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.16%

 BLUE value IS 117 (46.09% from 255) = 47.18%

R = 7.66%
G = 45.16%
B = 47.18%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#137075 (or 0x137075) is known color: Allports. HEX triplet: 13, 70 and 75. RGB value is (19,112,117). Sum of RGB (Red+Green+Blue) = 19+112+117=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #137075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137075 is #EC8F8A. Grayscale: #545454. Windows color (decimal): -15503243 or 7696403. OLE color: 7696403.

HSL color Cylindrical-coordinate representation of color #137075: hue angle of 183.06º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137075 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 112 117 -
CMYK 0.84 0.04 0 0.54
HSL 183.06º 0.72% 0.27% -
HSV(B) 183.06º 0.84% 0.46% -
XYZ 9.27 13.01 18.85 -
YUV 84.76 146.19 81.09 -
System Red Green Blue C M Y K H S L
Decimal 19 112 117 0.84 0.04 0 0.54 183.06 0.72 0.27
Hex 13 70 75 54 4 0 36 B7 48 1B
Octal 23 160 165 124 4 0 66 267 110 33
Binary 10011 1110000 1110101 1010100 100 0 110110 10110111 1001000 11011

Color Harmonies of #137075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137075

Black with #137075

Text Example


Text Example

White with #137075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137075; }

 p { color: rgb(19,112,117); }

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

background-color css

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

 a { background-color: rgb(19,112,117); }

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

border-color css

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

 span { border-color: rgb(19,112,117); }

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