#15768D

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

Shades of Allports #15768D

Tints of Allports #15768D

Color information

#15768D (or 0x15768D) is unknown color: approx Allports. HEX triplet: 15, 76 and 8D. RGB value is (21,118,141). Sum of RGB (Red+Green+Blue) = 21+118+141=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #15768D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15768D is #EA8972. Grayscale: #5B5B5B. Windows color (decimal): -15370611 or 9270805. OLE color: 9270805.

HSL color Cylindrical-coordinate representation of color #15768D: hue angle of 191.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15768D is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB21118141-
CMYK0.850.1600.45
HSL191.5º74.07%31.76%-
HSV(B)191.5º85.11%55.29%-
XYZ11.615.0427.49-
YUV91.62155.8677.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.5%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 141 (55.47% from 255) = 50.36%
R=7.5%
G=42.14%
B=50.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211181410.850.1600.45191.574.0731.76
Hex15768D551002Dc04a20
Octal251662151252005530011240
Binary101011110110100011011010101100000101101110000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15768D; }

 p { color: rgb(21,118,141); }

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

<style>
 a { background-color: #15768D; }

 a { background-color: rgb(21,118,141); }

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

<style>
 span { border-color: #15768D; }

 span { border-color: rgb(21,118,141); }

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