#15727D

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

Shades of Allports #15727D

Tints of Allports #15727D

Color information

#15727D (or 0x15727D) is unknown color: approx Allports. HEX triplet: 15, 72 and 7D. RGB value is (21,114,125). Sum of RGB (Red+Green+Blue) = 21+114+125=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #15727D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15727D is #EA8D82. Grayscale: #575757. Windows color (decimal): -15371651 or 8221205. OLE color: 8221205.

HSL color Cylindrical-coordinate representation of color #15727D: hue angle of 186.35º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15727D is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB21114125-
CMYK0.830.0900.51
HSL186.35º71.23%28.63%-
HSV(B)186.35º83.2%49.02%-
XYZ10.0313.6721.51-
YUV87.45149.1980.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.08%
GREEN value IS 114 (44.92% from 255) = 43.85%
BLUE value IS 125 (49.22% from 255) = 48.08%
R=8.08%
G=43.85%
B=48.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal211141250.830.0900.51186.3571.2328.63
Hex15727D539033ba471d
Octal251621751231106327210735
Binary101011110010111110110100111001011001110111010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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