#156380

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

Shades of Allports #156380

Tints of Allports #156380

Color information

#156380 (or 0x156380) is unknown color: approx Allports. HEX triplet: 15, 63 and 80. RGB value is (21,99,128). Sum of RGB (Red+Green+Blue) = 21+99+128=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #156380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156380 is #EA9C7F. Grayscale: #4E4E4E. Windows color (decimal): -15375488 or 8413973. OLE color: 8413973.

HSL color Cylindrical-coordinate representation of color #156380: hue angle of 196.26º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #156380 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2199128-
CMYK0.840.2300.50
HSL196.26º71.81%29.22%-
HSV(B)196.26º83.59%50.2%-
XYZ8.6710.6422.02-
YUV78.98155.6686.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.47%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 128 (50.39% from 255) = 51.61%
R=8.47%
G=39.92%
B=51.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21991280.840.2300.50196.2671.8129.22
Hex1563805417032c4481d
Octal251432001242706230411035
Binary10101110001110000000101010010111011001011000100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156380; }

 p { color: rgb(21,99,128); }

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

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

 a { background-color: rgb(21,99,128); }

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

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

 span { border-color: rgb(21,99,128); }

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