#15728D

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

Shades of Allports #15728D

Tints of Allports #15728D

Color information

#15728D (or 0x15728D) is unknown color: approx Allports. HEX triplet: 15, 72 and 8D. RGB value is (21,114,141). Sum of RGB (Red+Green+Blue) = 21+114+141=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #15728D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15728D is #EA8D72. Grayscale: #595959. Windows color (decimal): -15371635 or 9269781. OLE color: 9269781.

HSL color Cylindrical-coordinate representation of color #15728D: hue angle of 193.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15728D is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB21114141-
CMYK0.850.1900.45
HSL193.5º74.07%31.76%-
HSV(B)193.5º85.11%55.29%-
XYZ11.1314.1227.34-
YUV89.27157.1979.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.61%
GREEN value IS 114 (44.92% from 255) = 41.30%
BLUE value IS 141 (55.47% from 255) = 51.09%
R=7.61%
G=41.30%
B=51.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211141410.850.1900.45193.574.0731.76
Hex15728D551302Dc24a20
Octal251622151252305530211240
Binary101011110010100011011010101100110101101110000101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15728D; }

 p { color: rgb(21,114,141); }

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

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

 a { background-color: rgb(21,114,141); }

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

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

 span { border-color: rgb(21,114,141); }

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