Html Css Color HEX #155E76 Allports

📋 copy color: '#155E76'

red 21 ◦ green 94 ◦ blue 118

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

Shades of Allports #155E76

Tints of Allports #155E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.64%

R = 9.01%
G = 40.34%
B = 50.64%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#155E76 (or 0x155E76) is known color: Allports. HEX triplet: 15, 5E and 76. RGB value is (21,94,118). Sum of RGB (Red+Green+Blue) = 21+94+118=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #155E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E76 is #EAA189. Grayscale: #4A4A4A. Windows color (decimal): -15376778 or 7757333. OLE color: 7757333.

HSL color Cylindrical-coordinate representation of color #155E76: hue angle of 194.85º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155E76 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 94 118 -
CMYK 0.82 0.20 0 0.54
HSL 194.85º 0.7% 0.27% -
HSV(B) 194.85º 0.82% 0.46% -
XYZ 7.58 9.47 18.57 -
YUV 74.91 152.32 89.55 -
System Red Green Blue C M Y K H S L
Decimal 21 94 118 0.82 0.20 0 0.54 194.85 0.7 0.27
Hex 15 5E 76 52 14 0 36 C3 46 1B
Octal 25 136 166 122 24 0 66 303 106 33
Binary 10101 1011110 1110110 1010010 10100 0 110110 11000011 1000110 11011

Color Harmonies of #155E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E76

Black with #155E76

Text Example


Text Example

White with #155E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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