Html Css Color HEX #136986 Allports

📋 copy color: '#136986'

red 19 ◦ green 105 ◦ blue 134

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

Shades of Allports #136986

Tints of Allports #136986

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.7%

 BLUE value IS 134 (52.73% from 255) = 51.94%

R = 7.36%
G = 40.7%
B = 51.94%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#136986 (or 0x136986) is known color: Allports. HEX triplet: 13, 69 and 86. RGB value is (19,105,134). Sum of RGB (Red+Green+Blue) = 19+105+134=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #136986 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136986 is #EC9679. Grayscale: #525252. Windows color (decimal): -15505018 or 8808723. OLE color: 8808723.

HSL color Cylindrical-coordinate representation of color #136986: hue angle of 195.13º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136986 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 105 134 -
CMYK 0.86 0.22 0 0.47
HSL 195.13º 0.75% 0.3% -
HSV(B) 195.13º 0.86% 0.53% -
XYZ 9.62 11.96 24.36 -
YUV 82.59 157.01 82.64 -
System Red Green Blue C M Y K H S L
Decimal 19 105 134 0.86 0.22 0 0.47 195.13 0.75 0.3
Hex 13 69 86 56 16 0 2F C3 4B 1E
Octal 23 151 206 126 26 0 57 303 113 36
Binary 10011 1101001 10000110 1010110 10110 0 101111 11000011 1001011 11110

Color Harmonies of #136986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136986

Black with #136986

Text Example


Text Example

White with #136986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136986; }

 p { color: rgb(19,105,134); }

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

background-color css

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

 a { background-color: rgb(19,105,134); }

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

border-color css

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

 span { border-color: rgb(19,105,134); }

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