#157884

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

Shades of Allports #157884

Tints of Allports #157884

Color information

#157884 (or 0x157884) is unknown color: approx Allports. HEX triplet: 15, 78 and 84. RGB value is (21,120,132). Sum of RGB (Red+Green+Blue) = 21+120+132=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #157884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157884 is #EA877B. Grayscale: #5B5B5B. Windows color (decimal): -15370108 or 8681493. OLE color: 8681493.

HSL color Cylindrical-coordinate representation of color #157884: hue angle of 186.49º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157884 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB21120132-
CMYK0.840.0900.48
HSL186.49º72.55%30%-
HSV(B)186.49º84.09%51.76%-
XYZ11.1915.2624.19-
YUV91.77150.777.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.69%
GREEN value IS 120 (47.27% from 255) = 43.96%
BLUE value IS 132 (51.95% from 255) = 48.35%
R=7.69%
G=43.96%
B=48.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal211201320.840.0900.48186.4972.5530
Hex157884549030ba491e
Octal251702041241106027211136
Binary1010111110001000010010101001001011000010111010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157884; }

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

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

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

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

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

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

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

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