#157883

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

Shades of Allports #157883

Tints of Allports #157883

Color information

#157883 (or 0x157883) is unknown color: approx Allports. HEX triplet: 15, 78 and 83. RGB value is (21,120,131). Sum of RGB (Red+Green+Blue) = 21+120+131=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #157883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157883 is #EA877C. Grayscale: #5B5B5B. Windows color (decimal): -15370109 or 8615957. OLE color: 8615957.

HSL color Cylindrical-coordinate representation of color #157883: hue angle of 186º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157883 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB21120131-
CMYK0.840.0800.49
HSL186º72.37%29.8%-
HSV(B)186º83.97%51.37%-
XYZ11.1215.2323.83-
YUV91.65150.277.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.72%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 131 (51.56% from 255) = 48.16%
R=7.72%
G=44.12%
B=48.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211201310.840.0800.4918672.3729.8
Hex157883548031ba481e
Octal251702031241006127211036
Binary1010111110001000001110101001000011000110111010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157883; }

 p { color: rgb(21,120,131); }

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

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

 a { background-color: rgb(21,120,131); }

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

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

 span { border-color: rgb(21,120,131); }

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