Html Css Color HEX #136780 Allports

📋 copy color: '#136780'

red 19 ◦ green 103 ◦ blue 128

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

Shades of Allports #136780

Tints of Allports #136780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.2%

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

R = 7.6%
G = 41.2%
B = 51.2%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#136780 (or 0x136780) is known color: Allports. HEX triplet: 13, 67 and 80. RGB value is (19,103,128). Sum of RGB (Red+Green+Blue) = 19+103+128=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #136780 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136780 is #EC987F. Grayscale: #505050. Windows color (decimal): -15505536 or 8414995. OLE color: 8414995.

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

Color convert

RGB 19 103 128 -
CMYK 0.85 0.20 0 0.50
HSL 193.76º 0.74% 0.29% -
HSV(B) 193.76º 0.85% 0.5% -
XYZ 9.02 11.4 22.15 -
YUV 80.73 154.67 83.97 -
System Red Green Blue C M Y K H S L
Decimal 19 103 128 0.85 0.20 0 0.50 193.76 0.74 0.29
Hex 13 67 80 55 14 0 32 C2 4A 1D
Octal 23 147 200 125 24 0 62 302 112 35
Binary 10011 1100111 10000000 1010101 10100 0 110010 11000010 1001010 11101

Color Harmonies of #136780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136780

Black with #136780

Text Example


Text Example

White with #136780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136780; }

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

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

background-color css

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

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

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

border-color css

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

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

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