Html Css Color HEX #136D8B Allports

📋 copy color: '#136D8B'

red 19 ◦ green 109 ◦ blue 139

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

Shades of Allports #136D8B

Tints of Allports #136D8B

RGB

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

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

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

R = 7.12%
G = 40.82%
B = 52.06%

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

#136D8B (or 0x136D8B) is known color: Allports. HEX triplet: 13, 6D and 8B. RGB value is (19,109,139). Sum of RGB (Red+Green+Blue) = 19+109+139=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #136D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136D8B is #EC9274. Grayscale: #555555. Windows color (decimal): -15503989 or 9137427. OLE color: 9137427.

HSL color Cylindrical-coordinate representation of color #136D8B: hue angle of 195º 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 #136D8B is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 109 139 -
CMYK 0.86 0.22 0 0.45
HSL 195º 0.76% 0.31% -
HSV(B) 195º 0.86% 0.55% -
XYZ 10.4 12.94 26.38 -
YUV 85.51 158.18 80.56 -
System Red Green Blue C M Y K H S L
Decimal 19 109 139 0.86 0.22 0 0.45 195 0.76 0.31
Hex 13 6D 8B 56 16 0 2D C3 4C 1F
Octal 23 155 213 126 26 0 55 303 114 37
Binary 10011 1101101 10001011 1010110 10110 0 101101 11000011 1001100 11111

Color Harmonies of #136D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D8B

Black with #136D8B

Text Example


Text Example

White with #136D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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