Html Css Color HEX #136980 Allports

📋 copy color: '#136980'

red 19 ◦ green 105 ◦ blue 128

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

Shades of Allports #136980

Tints of Allports #136980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 50.79%

R = 7.54%
G = 41.67%
B = 50.79%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#136980 (or 0x136980) is known color: Allports. HEX triplet: 13, 69 and 80. RGB value is (19,105,128). Sum of RGB (Red+Green+Blue) = 19+105+128=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #136980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136980 is #EC967F. Grayscale: #515151. Windows color (decimal): -15505024 or 8415507. OLE color: 8415507.

HSL color Cylindrical-coordinate representation of color #136980: hue angle of 192.66º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136980 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 105 128 -
CMYK 0.85 0.18 0 0.50
HSL 192.66º 0.74% 0.29% -
HSV(B) 192.66º 0.85% 0.5% -
XYZ 9.22 11.8 22.21 -
YUV 81.91 154.01 83.13 -
System Red Green Blue C M Y K H S L
Decimal 19 105 128 0.85 0.18 0 0.50 192.66 0.74 0.29
Hex 13 69 80 55 12 0 32 C1 4A 1D
Octal 23 151 200 125 22 0 62 301 112 35
Binary 10011 1101001 10000000 1010101 10010 0 110010 11000001 1001010 11101

Color Harmonies of #136980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136980

Black with #136980

Text Example


Text Example

White with #136980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136980; }

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

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

background-color css

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

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

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

border-color css

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

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

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