Html Css Color HEX #136C8B Allports

📋 copy color: '#136C8B'

red 19 ◦ green 108 ◦ blue 139

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

Shades of Allports #136C8B

Tints of Allports #136C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.26%

R = 7.14%
G = 40.6%
B = 52.26%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#136C8B (or 0x136C8B) is known color: Allports. HEX triplet: 13, 6C and 8B. RGB value is (19,108,139). Sum of RGB (Red+Green+Blue) = 19+108+139=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #136C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136C8B is #EC9374. Grayscale: #545454. Windows color (decimal): -15504245 or 9137171. OLE color: 9137171.

HSL color Cylindrical-coordinate representation of color #136C8B: hue angle of 195.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136C8B is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 108 139 -
CMYK 0.86 0.22 0 0.45
HSL 195.5º 0.76% 0.31% -
HSV(B) 195.5º 0.86% 0.55% -
XYZ 10.29 12.73 26.34 -
YUV 84.92 158.51 80.98 -
System Red Green Blue C M Y K H S L
Decimal 19 108 139 0.86 0.22 0 0.45 195.5 0.76 0.31
Hex 13 6C 8B 56 16 0 2D C4 4C 1F
Octal 23 154 213 126 26 0 55 304 114 37
Binary 10011 1101100 10001011 1010110 10110 0 101101 11000100 1001100 11111

Color Harmonies of #136C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C8B

Black with #136C8B

Text Example


Text Example

White with #136C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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