Html Css Color HEX #136580 Allports

📋 copy color: '#136580'

red 19 ◦ green 101 ◦ blue 128

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

Shades of Allports #136580

Tints of Allports #136580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.73%

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

R = 7.66%
G = 40.73%
B = 51.61%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#136580 (or 0x136580) is known color: Allports. HEX triplet: 13, 65 and 80. RGB value is (19,101,128). Sum of RGB (Red+Green+Blue) = 19+101+128=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #136580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136580 is #EC9A7F. Grayscale: #4F4F4F. Windows color (decimal): -15506048 or 8414483. OLE color: 8414483.

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

Color convert

RGB 19 101 128 -
CMYK 0.85 0.21 0 0.50
HSL 194.86º 0.74% 0.29% -
HSV(B) 194.86º 0.85% 0.5% -
XYZ 8.82 11 22.08 -
YUV 79.56 155.33 84.8 -
System Red Green Blue C M Y K H S L
Decimal 19 101 128 0.85 0.21 0 0.50 194.86 0.74 0.29
Hex 13 65 80 55 15 0 32 C3 4A 1D
Octal 23 145 200 125 25 0 62 303 112 35
Binary 10011 1100101 10000000 1010101 10101 0 110010 11000011 1001010 11101

Color Harmonies of #136580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136580

Black with #136580

Text Example


Text Example

White with #136580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136580; }

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

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

background-color css

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

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

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

border-color css

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

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

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