Html Css Color HEX #155E71 Allports

📋 copy color: '#155E71'

red 21 ◦ green 94 ◦ blue 113

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

Shades of Allports #155E71

Tints of Allports #155E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.23%

 BLUE value IS 113 (44.53% from 255) = 49.56%

R = 9.21%
G = 41.23%
B = 49.56%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#155E71 (or 0x155E71) is known color: Allports. HEX triplet: 15, 5E and 71. RGB value is (21,94,113). Sum of RGB (Red+Green+Blue) = 21+94+113=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #155E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E71 is #EAA18E. Grayscale: #4A4A4A. Windows color (decimal): -15376783 or 7429653. OLE color: 7429653.

HSL color Cylindrical-coordinate representation of color #155E71: hue angle of 192.39º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155E71 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 94 113 -
CMYK 0.81 0.17 0 0.56
HSL 192.39º 0.69% 0.26% -
HSV(B) 192.39º 0.81% 0.44% -
XYZ 7.29 9.36 17.04 -
YUV 74.34 149.82 89.96 -
System Red Green Blue C M Y K H S L
Decimal 21 94 113 0.81 0.17 0 0.56 192.39 0.69 0.26
Hex 15 5E 71 51 11 0 38 C0 45 1A
Octal 25 136 161 121 21 0 70 300 105 32
Binary 10101 1011110 1110001 1010001 10001 0 111000 11000000 1000101 11010

Color Harmonies of #155E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E71

Black with #155E71

Text Example


Text Example

White with #155E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,94,113); }

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

background-color css

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

 a { background-color: rgb(21,94,113); }

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

border-color css

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

 span { border-color: rgb(21,94,113); }

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