#15728B

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

Shades of Allports #15728B

Tints of Allports #15728B

Color information

#15728B (or 0x15728B) is unknown color: approx Allports. HEX triplet: 15, 72 and 8B. RGB value is (21,114,139). Sum of RGB (Red+Green+Blue) = 21+114+139=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #15728B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15728B is #EA8D74. Grayscale: #585858. Windows color (decimal): -15371637 or 9138709. OLE color: 9138709.

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

Color convert

RGB21114139-
CMYK0.850.1800.45
HSL192.71º73.75%31.37%-
HSV(B)192.71º84.89%54.51%-
XYZ10.9914.0626.56-
YUV89.04156.1979.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.66%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 139 (54.69% from 255) = 50.73%
R=7.66%
G=41.61%
B=50.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211141390.850.1800.45192.7173.7531.37
Hex15728B551202Dc14a1f
Octal251622131252205530111237
Binary10101111001010001011101010110010010110111000001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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