#157584

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

Shades of Allports #157584

Tints of Allports #157584

Color information

#157584 (or 0x157584) is unknown color: approx Allports. HEX triplet: 15, 75 and 84. RGB value is (21,117,132). Sum of RGB (Red+Green+Blue) = 21+117+132=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #157584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157584 is #EA8A7B. Grayscale: #595959. Windows color (decimal): -15370876 or 8680725. OLE color: 8680725.

HSL color Cylindrical-coordinate representation of color #157584: hue angle of 188.11º 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 #157584 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB21117132-
CMYK0.840.1100.48
HSL188.11º72.55%30%-
HSV(B)188.11º84.09%51.76%-
XYZ10.8414.5524.07-
YUV90.01151.778.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.78%
GREEN value IS 117 (46.09% from 255) = 43.33%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=7.78%
G=43.33%
B=48.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal211171320.840.1100.48188.1172.5530
Hex15758454B030bc491e
Octal251652041241306027411136
Binary1010111101011000010010101001011011000010111100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157584; }

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

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

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

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

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

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

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

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