Html Css Color HEX #157390 Allports

📋 copy color: '#157390'

red 21 ◦ green 115 ◦ blue 144

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

Shades of Allports #157390

Tints of Allports #157390

RGB

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

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

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

R = 7.5%
G = 41.07%
B = 51.43%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#157390 (or 0x157390) is known color: Allports. HEX triplet: 15, 73 and 90. RGB value is (21,115,144). Sum of RGB (Red+Green+Blue) = 21+115+144=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #157390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157390 is #EA8C6F. Grayscale: #595959. Windows color (decimal): -15371376 or 9466645. OLE color: 9466645.

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

Color convert

RGB 21 115 144 -
CMYK 0.85 0.20 0 0.44
HSL 194.15º 0.75% 0.32% -
HSV(B) 194.15º 0.85% 0.56% -
XYZ 11.47 14.43 28.57 -
YUV 90.2 158.36 78.64 -
System Red Green Blue C M Y K H S L
Decimal 21 115 144 0.85 0.20 0 0.44 194.15 0.75 0.32
Hex 15 73 90 55 14 0 2C C2 4B 20
Octal 25 163 220 125 24 0 54 302 113 40
Binary 10101 1110011 10010000 1010101 10100 0 101100 11000010 1001011 100000

Color Harmonies of #157390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157390

Black with #157390

Text Example


Text Example

White with #157390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157390; }

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

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

background-color css

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

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

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

border-color css

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

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

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