Html Css Color HEX #157090 Allports

📋 copy color: '#157090'

red 21 ◦ green 112 ◦ blue 144

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

Shades of Allports #157090

Tints of Allports #157090

RGB

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

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

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

R = 7.58%
G = 40.43%
B = 51.99%

CMYK

 C value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#157090 (or 0x157090) is known color: Allports. HEX triplet: 15, 70 and 90. RGB value is (21,112,144). Sum of RGB (Red+Green+Blue) = 21+112+144=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #157090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157090 is #EA8F6F. Grayscale: #585858. Windows color (decimal): -15372144 or 9465877. OLE color: 9465877.

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

Color convert

RGB 21 112 144 -
CMYK 0.85 0.22 0 0.44
HSL 195.61º 0.75% 0.32% -
HSV(B) 195.61º 0.85% 0.56% -
XYZ 11.14 13.76 28.45 -
YUV 88.44 159.35 79.9 -
System Red Green Blue C M Y K H S L
Decimal 21 112 144 0.85 0.22 0 0.44 195.61 0.75 0.32
Hex 15 70 90 55 16 0 2C C4 4B 20
Octal 25 160 220 125 26 0 54 304 113 40
Binary 10101 1110000 10010000 1010101 10110 0 101100 11000100 1001011 100000

Color Harmonies of #157090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157090

Black with #157090

Text Example


Text Example

White with #157090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157090; }

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

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

background-color css

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

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

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

border-color css

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

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

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