#156383

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

Shades of Allports #156383

Tints of Allports #156383

Color information

#156383 (or 0x156383) is unknown color: approx Allports. HEX triplet: 15, 63 and 83. RGB value is (21,99,131). Sum of RGB (Red+Green+Blue) = 21+99+131=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #156383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156383 is #EA9C7C. Grayscale: #4F4F4F. Windows color (decimal): -15375485 or 8610581. OLE color: 8610581.

HSL color Cylindrical-coordinate representation of color #156383: hue angle of 197.45º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #156383 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2199131-
CMYK0.840.2400.49
HSL197.45º72.37%29.8%-
HSV(B)197.45º83.97%51.37%-
XYZ8.8710.7223.07-
YUV79.33157.1686.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.37%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 131 (51.56% from 255) = 52.19%
R=8.37%
G=39.44%
B=52.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21991310.840.2400.49197.4572.3729.8
Hex1563835418031c5481e
Octal251432031243006130511036
Binary10101110001110000011101010011000011000111000101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156383; }

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

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

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

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

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

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

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

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