#15688C

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

Shades of Allports #15688C

Tints of Allports #15688C

Color information

#15688C (or 0x15688C) is unknown color: approx Allports. HEX triplet: 15, 68 and 8C. RGB value is (21,104,140). Sum of RGB (Red+Green+Blue) = 21+104+140=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #15688C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15688C is #EA9773. Grayscale: #535353. Windows color (decimal): -15374196 or 9201685. OLE color: 9201685.

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

Color convert

RGB21104140-
CMYK0.850.2600.45
HSL198.15º73.91%31.57%-
HSV(B)198.15º85%54.9%-
XYZ9.9911.9526.59-
YUV83.2916083.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.92%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 140 (55.08% from 255) = 52.83%
R=7.92%
G=39.25%
B=52.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211041400.850.2600.45198.1573.9131.57
Hex15688C551A02Dc64a20
Octal251502141253205530611240
Binary101011101000100011001010101110100101101110001101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15688C; }

 p { color: rgb(21,104,140); }

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

<style>
 a { background-color: #15688C; }

 a { background-color: rgb(21,104,140); }

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

<style>
 span { border-color: #15688C; }

 span { border-color: rgb(21,104,140); }

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