Html Css Color HEX #156376 Allports

📋 copy color: '#156376'

red 21 ◦ green 99 ◦ blue 118

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

Shades of Allports #156376

Tints of Allports #156376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.6%

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

R = 8.82%
G = 41.6%
B = 49.58%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#156376 (or 0x156376) is known color: Allports. HEX triplet: 15, 63 and 76. RGB value is (21,99,118). Sum of RGB (Red+Green+Blue) = 21+99+118=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #156376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156376 is #EA9C89. Grayscale: #4D4D4D. Windows color (decimal): -15375498 or 7758613. OLE color: 7758613.

HSL color Cylindrical-coordinate representation of color #156376: hue angle of 191.75º 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 #156376 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 99 118 -
CMYK 0.82 0.16 0 0.54
HSL 191.75º 0.7% 0.27% -
HSV(B) 191.75º 0.82% 0.46% -
XYZ 8.04 10.39 18.72 -
YUV 77.84 150.66 87.46 -
System Red Green Blue C M Y K H S L
Decimal 21 99 118 0.82 0.16 0 0.54 191.75 0.7 0.27
Hex 15 63 76 52 10 0 36 C0 46 1B
Octal 25 143 166 122 20 0 66 300 106 33
Binary 10101 1100011 1110110 1010010 10000 0 110110 11000000 1000110 11011

Color Harmonies of #156376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156376

Black with #156376

Text Example


Text Example

White with #156376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156376; }

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

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

background-color css

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

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

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

border-color css

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

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

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