#15678C

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

Shades of Allports #15678C

Tints of Allports #15678C

Color information

#15678C (or 0x15678C) is unknown color: approx Allports. HEX triplet: 15, 67 and 8C. RGB value is (21,103,140). Sum of RGB (Red+Green+Blue) = 21+103+140=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #15678C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15678C is #EA9873. Grayscale: #525252. Windows color (decimal): -15374452 or 9201429. OLE color: 9201429.

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

Color convert

RGB21103140-
CMYK0.850.2600.45
HSL198.66º73.91%31.57%-
HSV(B)198.66º85%54.9%-
XYZ9.8911.7526.56-
YUV82.7160.3383.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.95%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 140 (55.08% from 255) = 53.03%
R=7.95%
G=39.02%
B=53.03%

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
Decimal211031400.850.2600.45198.6673.9131.57
Hex15678C551A02Dc74a20
Octal251472141253205530711240
Binary101011100111100011001010101110100101101110001111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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