Html Css Color HEX #157490 Allports

📋 copy color: '#157490'

red 21 ◦ green 116 ◦ blue 144

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

Shades of Allports #157490

Tints of Allports #157490

RGB

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

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

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

R = 7.47%
G = 41.28%
B = 51.25%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#157490 (or 0x157490) is known color: Allports. HEX triplet: 15, 74 and 90. RGB value is (21,116,144). Sum of RGB (Red+Green+Blue) = 21+116+144=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #157490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157490 is #EA8B6F. Grayscale: #5A5A5A. Windows color (decimal): -15371120 or 9466901. OLE color: 9466901.

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

Color convert

RGB 21 116 144 -
CMYK 0.85 0.19 0 0.44
HSL 193.66º 0.75% 0.32% -
HSV(B) 193.66º 0.85% 0.56% -
XYZ 11.59 14.66 28.61 -
YUV 90.79 158.03 78.22 -
System Red Green Blue C M Y K H S L
Decimal 21 116 144 0.85 0.19 0 0.44 193.66 0.75 0.32
Hex 15 74 90 55 13 0 2C C2 4B 20
Octal 25 164 220 125 23 0 54 302 113 40
Binary 10101 1110100 10010000 1010101 10011 0 101100 11000010 1001011 100000

Color Harmonies of #157490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157490

Black with #157490

Text Example


Text Example

White with #157490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157490; }

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

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

background-color css

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

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

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

border-color css

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

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

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