#15798F

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

Shades of Allports #15798F

Tints of Allports #15798F

Color information

#15798F (or 0x15798F) is unknown color: approx Allports. HEX triplet: 15, 79 and 8F. RGB value is (21,121,143). Sum of RGB (Red+Green+Blue) = 21+121+143=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #15798F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15798F is #EA8670. Grayscale: #5D5D5D. Windows color (decimal): -15369841 or 9402645. OLE color: 9402645.

HSL color Cylindrical-coordinate representation of color #15798F: hue angle of 190.82º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15798F is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB21121143-
CMYK0.850.1500.44
HSL190.82º74.39%32.16%-
HSV(B)190.82º85.31%56.08%-
XYZ12.115.8228.4-
YUV93.61155.8776.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.37%
GREEN value IS 121 (47.66% from 255) = 42.46%
BLUE value IS 143 (56.25% from 255) = 50.18%
R=7.37%
G=42.46%
B=50.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211211430.850.1500.44190.8274.3932.16
Hex15798F55F02Cbf4a20
Octal251712171251705427711240
Binary10101111100110001111101010111110101100101111111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,121,143); }

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

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

 a { background-color: rgb(21,121,143); }

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

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

 span { border-color: rgb(21,121,143); }

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