#15778B

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

Shades of Allports #15778B

Tints of Allports #15778B

Color information

#15778B (or 0x15778B) is unknown color: approx Allports. HEX triplet: 15, 77 and 8B. RGB value is (21,119,139). Sum of RGB (Red+Green+Blue) = 21+119+139=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #15778B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15778B is #EA8874. Grayscale: #5B5B5B. Windows color (decimal): -15370357 or 9139989. OLE color: 9139989.

HSL color Cylindrical-coordinate representation of color #15778B: hue angle of 190.17º 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 #15778B is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB21119139-
CMYK0.850.1400.45
HSL190.17º73.75%31.37%-
HSV(B)190.17º84.89%54.51%-
XYZ11.5715.2226.75-
YUV91.98154.5377.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.53%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=7.53%
G=42.65%
B=49.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211191390.850.1400.45190.1773.7531.37
Hex15778B55E02Dbe4a1f
Octal251672131251605527611237
Binary1010111101111000101110101011110010110110111110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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