Html Css Color HEX #136175 Allports

📋 copy color: '#136175'

red 19 ◦ green 97 ◦ blue 117

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

Shades of Allports #136175

Tints of Allports #136175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.63%

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

R = 8.15%
G = 41.63%
B = 50.21%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#136175 (or 0x136175) is known color: Allports. HEX triplet: 13, 61 and 75. RGB value is (19,97,117). Sum of RGB (Red+Green+Blue) = 19+97+117=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #136175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136175 is #EC9E8A. Grayscale: #4B4B4B. Windows color (decimal): -15507083 or 7692563. OLE color: 7692563.

HSL color Cylindrical-coordinate representation of color #136175: hue angle of 192.24º 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 #136175 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 97 117 -
CMYK 0.84 0.17 0 0.54
HSL 192.24º 0.72% 0.27% -
HSV(B) 192.24º 0.84% 0.46% -
XYZ 7.75 9.97 18.35 -
YUV 75.96 151.16 87.37 -
System Red Green Blue C M Y K H S L
Decimal 19 97 117 0.84 0.17 0 0.54 192.24 0.72 0.27
Hex 13 61 75 54 11 0 36 C0 48 1B
Octal 23 141 165 124 21 0 66 300 110 33
Binary 10011 1100001 1110101 1010100 10001 0 110110 11000000 1001000 11011

Color Harmonies of #136175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136175

Black with #136175

Text Example


Text Example

White with #136175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136175; }

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

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

background-color css

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

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

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

border-color css

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

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

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