Html Css Color HEX #157391 Allports

📋 copy color: '#157391'

red 21 ◦ green 115 ◦ blue 145

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

Shades of Allports #157391

Tints of Allports #157391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

 BLUE value IS 145 (57.03% from 255) = 51.6%

R = 7.47%
G = 40.93%
B = 51.6%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#157391 (or 0x157391) is known color: Allports. HEX triplet: 15, 73 and 91. RGB value is (21,115,145). Sum of RGB (Red+Green+Blue) = 21+115+145=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #157391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157391 is #EA8C6E. Grayscale: #5A5A5A. Windows color (decimal): -15371375 or 9532181. OLE color: 9532181.

HSL color Cylindrical-coordinate representation of color #157391: hue angle of 194.52º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157391 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 115 145 -
CMYK 0.86 0.21 0 0.43
HSL 194.52º 0.75% 0.33% -
HSV(B) 194.52º 0.86% 0.57% -
XYZ 11.55 14.47 28.97 -
YUV 90.31 158.86 78.56 -
System Red Green Blue C M Y K H S L
Decimal 21 115 145 0.86 0.21 0 0.43 194.52 0.75 0.33
Hex 15 73 91 56 15 0 2B C3 4B 21
Octal 25 163 221 126 25 0 53 303 113 41
Binary 10101 1110011 10010001 1010110 10101 0 101011 11000011 1001011 100001

Color Harmonies of #157391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157391

Black with #157391

Text Example


Text Example

White with #157391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157391; }

 p { color: rgb(21,115,145); }

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

background-color css

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

 a { background-color: rgb(21,115,145); }

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

border-color css

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

 span { border-color: rgb(21,115,145); }

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