Html Css Color HEX #157189 Allports

📋 copy color: '#157189'

red 21 ◦ green 113 ◦ blue 137

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

Shades of Allports #157189

Tints of Allports #157189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.7%

 BLUE value IS 137 (53.91% from 255) = 50.55%

R = 7.75%
G = 41.7%
B = 50.55%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#157189 (or 0x157189) is known color: Allports. HEX triplet: 15, 71 and 89. RGB value is (21,113,137). Sum of RGB (Red+Green+Blue) = 21+113+137=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #157189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157189 is #EA8E76. Grayscale: #585858. Windows color (decimal): -15371895 or 9007381. OLE color: 9007381.

HSL color Cylindrical-coordinate representation of color #157189: hue angle of 192.41º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157189 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 113 137 -
CMYK 0.85 0.18 0 0.46
HSL 192.41º 0.73% 0.31% -
HSV(B) 192.41º 0.85% 0.54% -
XYZ 10.73 13.78 25.76 -
YUV 88.23 155.52 80.05 -
System Red Green Blue C M Y K H S L
Decimal 21 113 137 0.85 0.18 0 0.46 192.41 0.73 0.31
Hex 15 71 89 55 12 0 2E C0 49 1F
Octal 25 161 211 125 22 0 56 300 111 37
Binary 10101 1110001 10001001 1010101 10010 0 101110 11000000 1001001 11111

Color Harmonies of #157189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157189

Black with #157189

Text Example


Text Example

White with #157189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157189; }

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

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

background-color css

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

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

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

border-color css

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

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

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