Html Css Color HEX #136080 Allports

📋 copy color: '#136080'

red 19 ◦ green 96 ◦ blue 128

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

Shades of Allports #136080

Tints of Allports #136080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.51%

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

R = 7.82%
G = 39.51%
B = 52.67%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#136080 (or 0x136080) is known color: Allports. HEX triplet: 13, 60 and 80. RGB value is (19,96,128). Sum of RGB (Red+Green+Blue) = 19+96+128=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #136080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136080 is #EC9F7F. Grayscale: #4C4C4C. Windows color (decimal): -15507328 or 8413203. OLE color: 8413203.

HSL color Cylindrical-coordinate representation of color #136080: hue angle of 197.61º 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 #136080 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 96 128 -
CMYK 0.85 0.25 0 0.50
HSL 197.61º 0.74% 0.29% -
HSV(B) 197.61º 0.85% 0.5% -
XYZ 8.35 10.06 21.92 -
YUV 76.63 156.99 86.9 -
System Red Green Blue C M Y K H S L
Decimal 19 96 128 0.85 0.25 0 0.50 197.61 0.74 0.29
Hex 13 60 80 55 19 0 32 C6 4A 1D
Octal 23 140 200 125 31 0 62 306 112 35
Binary 10011 1100000 10000000 1010101 11001 0 110010 11000110 1001010 11101

Color Harmonies of #136080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136080

Black with #136080

Text Example


Text Example

White with #136080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136080; }

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

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

background-color css

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

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

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

border-color css

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

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

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