Html Css Color HEX #157489 Allports

📋 copy color: '#157489'

red 21 ◦ green 116 ◦ blue 137

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

Shades of Allports #157489

Tints of Allports #157489

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.34%

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

R = 7.66%
G = 42.34%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#157489 (or 0x157489) is known color: Allports. HEX triplet: 15, 74 and 89. RGB value is (21,116,137). Sum of RGB (Red+Green+Blue) = 21+116+137=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #157489 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157489 is #EA8B76. Grayscale: #595959. Windows color (decimal): -15371127 or 9008149. OLE color: 9008149.

HSL color Cylindrical-coordinate representation of color #157489: hue angle of 190.86º 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 #157489 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 116 137 -
CMYK 0.85 0.15 0 0.46
HSL 190.86º 0.73% 0.31% -
HSV(B) 190.86º 0.85% 0.54% -
XYZ 11.07 14.46 25.87 -
YUV 89.99 154.53 78.79 -
System Red Green Blue C M Y K H S L
Decimal 21 116 137 0.85 0.15 0 0.46 190.86 0.73 0.31
Hex 15 74 89 55 F 0 2E BF 49 1F
Octal 25 164 211 125 17 0 56 277 111 37
Binary 10101 1110100 10001001 1010101 1111 0 101110 10111111 1001001 11111

Color Harmonies of #157489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157489

Black with #157489

Text Example


Text Example

White with #157489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157489; }

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

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

background-color css

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

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

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

border-color css

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

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

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