Html Css Color HEX #136A7F Allports

📋 copy color: '#136A7F'

red 19 ◦ green 106 ◦ blue 127

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

Shades of Allports #136A7F

Tints of Allports #136A7F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.06%

 BLUE value IS 127 (50% from 255) = 50.4%

R = 7.54%
G = 42.06%
B = 50.4%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#136A7F (or 0x136A7F) is known color: Allports. HEX triplet: 13, 6A and 7F. RGB value is (19,106,127). Sum of RGB (Red+Green+Blue) = 19+106+127=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #136A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A7F is #EC9580. Grayscale: #525252. Windows color (decimal): -15504769 or 8350227. OLE color: 8350227.

HSL color Cylindrical-coordinate representation of color #136A7F: hue angle of 191.67º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136A7F is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 106 127 -
CMYK 0.85 0.17 0 0.50
HSL 191.67º 0.74% 0.29% -
HSV(B) 191.67º 0.85% 0.5% -
XYZ 9.25 11.98 21.9 -
YUV 82.38 153.18 82.79 -
System Red Green Blue C M Y K H S L
Decimal 19 106 127 0.85 0.17 0 0.50 191.67 0.74 0.29
Hex 13 6A 7F 55 11 0 32 C0 4A 1D
Octal 23 152 177 125 21 0 62 300 112 35
Binary 10011 1101010 1111111 1010101 10001 0 110010 11000000 1001010 11101

Color Harmonies of #136A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136A7F

Black with #136A7F

Text Example


Text Example

White with #136A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136A7F; }

 p { color: rgb(19,106,127); }

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

background-color css

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

 a { background-color: rgb(19,106,127); }

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

border-color css

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

 span { border-color: rgb(19,106,127); }

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