Html Css Color HEX #155F80 Allports

📋 copy color: '#155F80'

red 21 ◦ green 95 ◦ blue 128

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

Shades of Allports #155F80

Tints of Allports #155F80

RGB

 RED value IS 21 (8.59% from 255) = 8.61%

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

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

R = 8.61%
G = 38.93%
B = 52.46%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#155F80 (or 0x155F80) is known color: Allports. HEX triplet: 15, 5F and 80. RGB value is (21,95,128). Sum of RGB (Red+Green+Blue) = 21+95+128=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #155F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155F80 is #EAA07F. Grayscale: #4C4C4C. Windows color (decimal): -15376512 or 8412949. OLE color: 8412949.

HSL color Cylindrical-coordinate representation of color #155F80: hue angle of 198.5º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155F80 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 95 128 -
CMYK 0.84 0.26 0 0.50
HSL 198.5º 0.72% 0.29% -
HSV(B) 198.5º 0.84% 0.5% -
XYZ 8.3 9.9 21.9 -
YUV 76.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 21 95 128 0.84 0.26 0 0.50 198.5 0.72 0.29
Hex 15 5F 80 54 1A 0 32 C7 48 1D
Octal 25 137 200 124 32 0 62 307 110 35
Binary 10101 1011111 10000000 1010100 11010 0 110010 11000111 1001000 11101

Color Harmonies of #155F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155F80

Black with #155F80

Text Example


Text Example

White with #155F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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