Html Css Color HEX #136D8C Allports

📋 copy color: '#136D8C'

red 19 ◦ green 109 ◦ blue 140

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

Shades of Allports #136D8C

Tints of Allports #136D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.24%

R = 7.09%
G = 40.67%
B = 52.24%

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

#136D8C (or 0x136D8C) is known color: Allports. HEX triplet: 13, 6D and 8C. RGB value is (19,109,140). Sum of RGB (Red+Green+Blue) = 19+109+140=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #136D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136D8C is #EC9273. Grayscale: #555555. Windows color (decimal): -15503988 or 9202963. OLE color: 9202963.

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

Color convert

RGB 19 109 140 -
CMYK 0.86 0.22 0 0.45
HSL 195.37º 0.76% 0.31% -
HSV(B) 195.37º 0.86% 0.55% -
XYZ 10.47 12.97 26.76 -
YUV 85.62 158.68 80.48 -
System Red Green Blue C M Y K H S L
Decimal 19 109 140 0.86 0.22 0 0.45 195.37 0.76 0.31
Hex 13 6D 8C 56 16 0 2D C3 4C 1F
Octal 23 155 214 126 26 0 55 303 114 37
Binary 10011 1101101 10001100 1010110 10110 0 101101 11000011 1001100 11111

Color Harmonies of #136D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D8C

Black with #136D8C

Text Example


Text Example

White with #136D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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