Html Css Color HEX #136D7C Allports

📋 copy color: '#136D7C'

red 19 ◦ green 109 ◦ blue 124

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

Shades of Allports #136D7C

Tints of Allports #136D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.25%

 BLUE value IS 124 (48.83% from 255) = 49.21%

R = 7.54%
G = 43.25%
B = 49.21%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#136D7C (or 0x136D7C) is known color: Allports. HEX triplet: 13, 6D and 7C. RGB value is (19,109,124). Sum of RGB (Red+Green+Blue) = 19+109+124=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #136D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D7C is #EC9283. Grayscale: #535353. Windows color (decimal): -15504004 or 8154387. OLE color: 8154387.

HSL color Cylindrical-coordinate representation of color #136D7C: hue angle of 188.57º degrees, saturation: 0.73, 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 #136D7C is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 109 124 -
CMYK 0.85 0.12 0 0.51
HSL 188.57º 0.73% 0.28% -
HSV(B) 188.57º 0.85% 0.49% -
XYZ 9.38 12.53 20.99 -
YUV 83.8 150.68 81.78 -
System Red Green Blue C M Y K H S L
Decimal 19 109 124 0.85 0.12 0 0.51 188.57 0.73 0.28
Hex 13 6D 7C 55 C 0 33 BD 49 1C
Octal 23 155 174 125 14 0 63 275 111 34
Binary 10011 1101101 1111100 1010101 1100 0 110011 10111101 1001001 11100

Color Harmonies of #136D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D7C

Black with #136D7C

Text Example


Text Example

White with #136D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,109,124); }

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

background-color css

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

 a { background-color: rgb(19,109,124); }

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

border-color css

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

 span { border-color: rgb(19,109,124); }

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