#15748C

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

Shades of Allports #15748C

Tints of Allports #15748C

Color information

#15748C (or 0x15748C) is unknown color: approx Allports. HEX triplet: 15, 74 and 8C. RGB value is (21,116,140). Sum of RGB (Red+Green+Blue) = 21+116+140=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #15748C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15748C is #EA8B73. Grayscale: #5A5A5A. Windows color (decimal): -15371124 or 9204757. OLE color: 9204757.

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

Color convert

RGB21116140-
CMYK0.850.1700.45
HSL192.1º73.91%31.57%-
HSV(B)192.1º85%54.9%-
XYZ11.2914.5427.02-
YUV90.33156.0378.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.58%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 140 (55.08% from 255) = 50.54%
R=7.58%
G=41.88%
B=50.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211161400.850.1700.45192.173.9131.57
Hex15748C551102Dc04a20
Octal251642141252105530011240
Binary101011110100100011001010101100010101101110000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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