Html Css Color HEX #157089 Allports

📋 copy color: '#157089'

red 21 ◦ green 112 ◦ blue 137

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

Shades of Allports #157089

Tints of Allports #157089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.48%

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

R = 7.78%
G = 41.48%
B = 50.74%

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

#157089 (or 0x157089) is known color: Allports. HEX triplet: 15, 70 and 89. RGB value is (21,112,137). Sum of RGB (Red+Green+Blue) = 21+112+137=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #157089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157089 is #EA8F76. Grayscale: #575757. Windows color (decimal): -15372151 or 9007125. OLE color: 9007125.

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

Color convert

RGB 21 112 137 -
CMYK 0.85 0.18 0 0.46
HSL 192.93º 0.73% 0.31% -
HSV(B) 192.93º 0.85% 0.54% -
XYZ 10.62 13.55 25.72 -
YUV 87.64 155.85 80.47 -
System Red Green Blue C M Y K H S L
Decimal 21 112 137 0.85 0.18 0 0.46 192.93 0.73 0.31
Hex 15 70 89 55 12 0 2E C1 49 1F
Octal 25 160 211 125 22 0 56 301 111 37
Binary 10101 1110000 10001001 1010101 10010 0 101110 11000001 1001001 11111

Color Harmonies of #157089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157089

Black with #157089

Text Example


Text Example

White with #157089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157089; }

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

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

background-color css

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

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

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

border-color css

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

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

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