Html Css Color HEX #136576 Allports

📋 copy color: '#136576'

red 19 ◦ green 101 ◦ blue 118

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

Shades of Allports #136576

Tints of Allports #136576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.44%

 BLUE value IS 118 (46.48% from 255) = 49.58%

R = 7.98%
G = 42.44%
B = 49.58%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#136576 (or 0x136576) is known color: Allports. HEX triplet: 13, 65 and 76. RGB value is (19,101,118). Sum of RGB (Red+Green+Blue) = 19+101+118=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #136576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136576 is #EC9A89. Grayscale: #4E4E4E. Windows color (decimal): -15506058 or 7759123. OLE color: 7759123.

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

Color convert

RGB 19 101 118 -
CMYK 0.84 0.14 0 0.54
HSL 190.3º 0.72% 0.27% -
HSV(B) 190.3º 0.84% 0.46% -
XYZ 8.19 10.75 18.78 -
YUV 78.42 150.33 85.62 -
System Red Green Blue C M Y K H S L
Decimal 19 101 118 0.84 0.14 0 0.54 190.3 0.72 0.27
Hex 13 65 76 54 E 0 36 BE 48 1B
Octal 23 145 166 124 16 0 66 276 110 33
Binary 10011 1100101 1110110 1010100 1110 0 110110 10111110 1001000 11011

Color Harmonies of #136576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136576

Black with #136576

Text Example


Text Example

White with #136576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136576; }

 p { color: rgb(19,101,118); }

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

background-color css

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

 a { background-color: rgb(19,101,118); }

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

border-color css

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

 span { border-color: rgb(19,101,118); }

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