#157092

Color #157092 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #157092

Tints of Allports #157092

Color information

#157092 (or 0x157092) is unknown color: approx Allports. HEX triplet: 15, 70 and 92. RGB value is (21,112,146). Sum of RGB (Red+Green+Blue) = 21+112+146=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #157092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157092 is #EA8F6D. Grayscale: #585858. Windows color (decimal): -15372142 or 9596949. OLE color: 9596949.

HSL color Cylindrical-coordinate representation of color #157092: hue angle of 196.32º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157092 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB21112146-
CMYK0.860.2300.43
HSL196.32º74.85%32.75%-
HSV(B)196.32º85.62%57.25%-
XYZ11.2913.8229.27-
YUV88.67160.3579.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.53%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 146 (57.42% from 255) = 52.33%
R=7.53%
G=40.14%
B=52.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211121460.860.2300.43196.3274.8532.75
Hex157092561702Bc44b21
Octal251602221262705330411341
Binary101011110000100100101010110101110101011110001001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157092; }

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

 H1.HeaderClassName
 {
   color: #157092;
 }
 .AnyTagClassName
 {
   color: #157092;
 }
</style>
background-color css

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

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

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

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

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

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