#15688D

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

Shades of Allports #15688D

Tints of Allports #15688D

Color information

#15688D (or 0x15688D) is unknown color: approx Allports. HEX triplet: 15, 68 and 8D. RGB value is (21,104,141). Sum of RGB (Red+Green+Blue) = 21+104+141=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #15688D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15688D is #EA9772. Grayscale: #535353. Windows color (decimal): -15374195 or 9267221. OLE color: 9267221.

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

Color convert

RGB21104141-
CMYK0.850.2600.45
HSL198.5º74.07%31.76%-
HSV(B)198.5º85.11%55.29%-
XYZ10.0711.9826.98-
YUV83.4160.583.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.89%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 141 (55.47% from 255) = 53.01%
R=7.89%
G=39.10%
B=53.01%

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
Decimal211041410.850.2600.45198.574.0731.76
Hex15688D551A02Dc64a20
Octal251502151253205530611240
Binary101011101000100011011010101110100101101110001101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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