Html Css Color HEX #157990 Allports

📋 copy color: '#157990'

red 21 ◦ green 121 ◦ blue 144

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

Shades of Allports #157990

Tints of Allports #157990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.31%

 BLUE value IS 144 (56.64% from 255) = 50.35%

R = 7.34%
G = 42.31%
B = 50.35%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#157990 (or 0x157990) is known color: Allports. HEX triplet: 15, 79 and 90. RGB value is (21,121,144). Sum of RGB (Red+Green+Blue) = 21+121+144=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #157990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157990 is #EA866F. Grayscale: #5D5D5D. Windows color (decimal): -15369840 or 9468181. OLE color: 9468181.

HSL color Cylindrical-coordinate representation of color #157990: hue angle of 191.22º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157990 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 121 144 -
CMYK 0.85 0.16 0 0.44
HSL 191.22º 0.75% 0.32% -
HSV(B) 191.22º 0.85% 0.56% -
XYZ 12.18 15.85 28.8 -
YUV 93.72 156.37 76.13 -
System Red Green Blue C M Y K H S L
Decimal 21 121 144 0.85 0.16 0 0.44 191.22 0.75 0.32
Hex 15 79 90 55 10 0 2C BF 4B 20
Octal 25 171 220 125 20 0 54 277 113 40
Binary 10101 1111001 10010000 1010101 10000 0 101100 10111111 1001011 100000

Color Harmonies of #157990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157990

Black with #157990

Text Example


Text Example

White with #157990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157990; }

 p { color: rgb(21,121,144); }

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

background-color css

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

 a { background-color: rgb(21,121,144); }

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

border-color css

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

 span { border-color: rgb(21,121,144); }

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