#15748E

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

Shades of Allports #15748E

Tints of Allports #15748E

Color information

#15748E (or 0x15748E) is unknown color: approx Allports. HEX triplet: 15, 74 and 8E. RGB value is (21,116,142). Sum of RGB (Red+Green+Blue) = 21+116+142=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #15748E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15748E is #EA8B71. Grayscale: #5A5A5A. Windows color (decimal): -15371122 or 9335829. OLE color: 9335829.

HSL color Cylindrical-coordinate representation of color #15748E: hue angle of 192.89º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15748E is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB21116142-
CMYK0.850.1800.44
HSL192.89º74.23%31.96%-
HSV(B)192.89º85.21%55.69%-
XYZ11.4414.627.81-
YUV90.56157.0378.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.53%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=7.53%
G=41.58%
B=50.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211161420.850.1800.44192.8974.2331.96
Hex15748E551202Cc14a20
Octal251642161252205430111240
Binary101011110100100011101010101100100101100110000011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15748E; }

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

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

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

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

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

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

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

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