Html Css Color HEX #136C7D Allports

📋 copy color: '#136C7D'

red 19 ◦ green 108 ◦ blue 125

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

Shades of Allports #136C7D

Tints of Allports #136C7D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.86%

 BLUE value IS 125 (49.22% from 255) = 49.6%

R = 7.54%
G = 42.86%
B = 49.6%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#136C7D (or 0x136C7D) is known color: Allports. HEX triplet: 13, 6C and 7D. RGB value is (19,108,125). Sum of RGB (Red+Green+Blue) = 19+108+125=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #136C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C7D is #EC9382. Grayscale: #535353. Windows color (decimal): -15504259 or 8219667. OLE color: 8219667.

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

Color convert

RGB 19 108 125 -
CMYK 0.85 0.14 0 0.51
HSL 189.62º 0.74% 0.28% -
HSV(B) 189.62º 0.85% 0.49% -
XYZ 9.33 12.34 21.29 -
YUV 83.33 151.51 82.12 -
System Red Green Blue C M Y K H S L
Decimal 19 108 125 0.85 0.14 0 0.51 189.62 0.74 0.28
Hex 13 6C 7D 55 E 0 33 BE 4A 1C
Octal 23 154 175 125 16 0 63 276 112 34
Binary 10011 1101100 1111101 1010101 1110 0 110011 10111110 1001010 11100

Color Harmonies of #136C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C7D

Black with #136C7D

Text Example


Text Example

White with #136C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,108,125); }

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

background-color css

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

 a { background-color: rgb(19,108,125); }

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

border-color css

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

 span { border-color: rgb(19,108,125); }

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