#15758A

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

Shades of Allports #15758A

Tints of Allports #15758A

Color information

#15758A (or 0x15758A) is unknown color: approx Allports. HEX triplet: 15, 75 and 8A. RGB value is (21,117,138). Sum of RGB (Red+Green+Blue) = 21+117+138=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #15758A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15758A is #EA8A75. Grayscale: #5A5A5A. Windows color (decimal): -15370870 or 9073941. OLE color: 9073941.

HSL color Cylindrical-coordinate representation of color #15758A: hue angle of 190.77º 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 #15758A is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB21117138-
CMYK0.850.1500.46
HSL190.77º73.58%31.18%-
HSV(B)190.77º84.78%54.12%-
XYZ11.2614.7226.29-
YUV90.69154.778.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.61%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 138 (54.30% from 255) = 50%
R=7.61%
G=42.39%
B=50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal211171380.850.1500.46190.7773.5831.18
Hex15758A55F02Ebf4a1f
Octal251652121251705627711237
Binary1010111101011000101010101011111010111010111111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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