#15606F

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

Shades of Allports #15606F

Tints of Allports #15606F

Color information

#15606F (or 0x15606F) is unknown color: approx Allports. HEX triplet: 15, 60 and 6F. RGB value is (21,96,111). Sum of RGB (Red+Green+Blue) = 21+96+111=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #15606F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15606F is #EA9F90. Grayscale: #4B4B4B. Windows color (decimal): -15376273 or 7299093. OLE color: 7299093.

HSL color Cylindrical-coordinate representation of color #15606F: hue angle of 190º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15606F is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2196111-
CMYK0.810.1400.56
HSL190º68.18%25.88%-
HSV(B)190º81.08%43.53%-
XYZ7.369.6716.52-
YUV75.28148.1589.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 111 (43.75% from 255) = 48.68%
R=9.21%
G=42.11%
B=48.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21961110.810.1400.5619068.1825.88
Hex15606F51E038be441a
Octal251401571211607027610432
Binary101011100000110111110100011110011100010111110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15606F; }

 p { color: rgb(21,96,111); }

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

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

 a { background-color: rgb(21,96,111); }

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

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

 span { border-color: rgb(21,96,111); }

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