#15698B

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

Shades of Allports #15698B

Tints of Allports #15698B

Color information

#15698B (or 0x15698B) is unknown color: approx Allports. HEX triplet: 15, 69 and 8B. RGB value is (21,105,139). Sum of RGB (Red+Green+Blue) = 21+105+139=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #15698B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15698B is #EA9674. Grayscale: #535353. Windows color (decimal): -15373941 or 9136405. OLE color: 9136405.

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

Color convert

RGB21105139-
CMYK0.850.2400.45
HSL197.29º73.75%31.37%-
HSV(B)197.29º84.89%54.51%-
XYZ10.0212.1326.24-
YUV83.76159.1783.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.92%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=7.92%
G=39.62%
B=52.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211051390.850.2400.45197.2973.7531.37
Hex15698B551802Dc54a1f
Octal251512131253005530511237
Binary10101110100110001011101010111000010110111000101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15698B; }

 p { color: rgb(21,105,139); }

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

<style>
 a { background-color: #15698B; }

 a { background-color: rgb(21,105,139); }

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

<style>
 span { border-color: #15698B; }

 span { border-color: rgb(21,105,139); }

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