#15718A

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

Shades of Allports #15718A

Tints of Allports #15718A

Color information

#15718A (or 0x15718A) is unknown color: approx Allports. HEX triplet: 15, 71 and 8A. RGB value is (21,113,138). Sum of RGB (Red+Green+Blue) = 21+113+138=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #15718A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15718A is #EA8E75. Grayscale: #585858. Windows color (decimal): -15371894 or 9072917. OLE color: 9072917.

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

Color convert

RGB21113138-
CMYK0.850.1800.46
HSL192.82º73.58%31.18%-
HSV(B)192.82º84.78%54.12%-
XYZ10.813.826.14-
YUV88.34156.0279.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.72%
GREEN value IS 113 (44.53% from 255) = 41.54%
BLUE value IS 138 (54.30% from 255) = 50.74%
R=7.72%
G=41.54%
B=50.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal211131380.850.1800.46192.8273.5831.18
Hex15718A551202Ec14a1f
Octal251612121252205630111237
Binary10101111000110001010101010110010010111011000001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15718A; }

 p { color: rgb(21,113,138); }

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

<style>
 a { background-color: #15718A; }

 a { background-color: rgb(21,113,138); }

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

<style>
 span { border-color: #15718A; }

 span { border-color: rgb(21,113,138); }

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