Html Css Color HEX #135F80 Allports

📋 copy color: '#135F80'

red 19 ◦ green 95 ◦ blue 128

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

Shades of Allports #135F80

Tints of Allports #135F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.26%

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

R = 7.85%
G = 39.26%
B = 52.89%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#135F80 (or 0x135F80) is known color: Allports. HEX triplet: 13, 5F and 80. RGB value is (19,95,128). Sum of RGB (Red+Green+Blue) = 19+95+128=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #135F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135F80 is #ECA07F. Grayscale: #4B4B4B. Windows color (decimal): -15507584 or 8412947. OLE color: 8412947.

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

Color convert

RGB 19 95 128 -
CMYK 0.85 0.26 0 0.50
HSL 198.17º 0.74% 0.29% -
HSV(B) 198.17º 0.85% 0.5% -
XYZ 8.26 9.88 21.89 -
YUV 76.04 157.32 87.32 -
System Red Green Blue C M Y K H S L
Decimal 19 95 128 0.85 0.26 0 0.50 198.17 0.74 0.29
Hex 13 5F 80 55 1A 0 32 C6 4A 1D
Octal 23 137 200 125 32 0 62 306 112 35
Binary 10011 1011111 10000000 1010101 11010 0 110010 11000110 1001010 11101

Color Harmonies of #135F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135F80

Black with #135F80

Text Example


Text Example

White with #135F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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