#157484

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

Shades of Allports #157484

Tints of Allports #157484

Color information

#157484 (or 0x157484) is unknown color: approx Allports. HEX triplet: 15, 74 and 84. RGB value is (21,116,132). Sum of RGB (Red+Green+Blue) = 21+116+132=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #157484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157484 is #EA8B7B. Grayscale: #595959. Windows color (decimal): -15371132 or 8680469. OLE color: 8680469.

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

Color convert

RGB21116132-
CMYK0.840.1200.48
HSL188.65º72.55%30%-
HSV(B)188.65º84.09%51.76%-
XYZ10.7214.3224.03-
YUV89.42152.0379.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.81%
GREEN value IS 116 (45.70% from 255) = 43.12%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=7.81%
G=43.12%
B=49.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal211161320.840.1200.48188.6572.5530
Hex15748454C030bd491e
Octal251642041241406027511136
Binary1010111101001000010010101001100011000010111101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157484; }

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

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

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

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

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

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

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

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