Html Css Color HEX #156371 Allports

📋 copy color: '#156371'

red 21 ◦ green 99 ◦ blue 113

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

Shades of Allports #156371

Tints of Allports #156371

RGB

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

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

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

R = 9.01%
G = 42.49%
B = 48.5%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#156371 (or 0x156371) is known color: Allports. HEX triplet: 15, 63 and 71. RGB value is (21,99,113). Sum of RGB (Red+Green+Blue) = 21+99+113=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #156371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156371 is #EA9C8E. Grayscale: #4D4D4D. Windows color (decimal): -15375503 or 7430933. OLE color: 7430933.

HSL color Cylindrical-coordinate representation of color #156371: hue angle of 189.13º 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 #156371 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 99 113 -
CMYK 0.81 0.12 0 0.56
HSL 189.13º 0.69% 0.26% -
HSV(B) 189.13º 0.81% 0.44% -
XYZ 7.75 10.28 17.2 -
YUV 77.27 148.16 87.86 -
System Red Green Blue C M Y K H S L
Decimal 21 99 113 0.81 0.12 0 0.56 189.13 0.69 0.26
Hex 15 63 71 51 C 0 38 BD 45 1A
Octal 25 143 161 121 14 0 70 275 105 32
Binary 10101 1100011 1110001 1010001 1100 0 111000 10111101 1000101 11010

Color Harmonies of #156371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156371

Black with #156371

Text Example


Text Example

White with #156371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156371; }

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

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

background-color css

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

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

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

border-color css

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

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

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