#156386

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

Shades of Allports #156386

Tints of Allports #156386

Color information

#156386 (or 0x156386) is unknown color: approx Allports. HEX triplet: 15, 63 and 86. RGB value is (21,99,134). Sum of RGB (Red+Green+Blue) = 21+99+134=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #156386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156386 is #EA9C79. Grayscale: #4F4F4F. Windows color (decimal): -15375482 or 8807189. OLE color: 8807189.

HSL color Cylindrical-coordinate representation of color #156386: hue angle of 198.58º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #156386 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2199134-
CMYK0.840.2600.47
HSL198.58º72.9%30.39%-
HSV(B)198.58º84.33%52.55%-
XYZ9.0710.824.16-
YUV79.67158.6686.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.27%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 134 (52.73% from 255) = 52.76%
R=8.27%
G=38.98%
B=52.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21991340.840.2600.47198.5872.930.39
Hex156386541A02Fc7491e
Octal251432061243205730711136
Binary10101110001110000110101010011010010111111000111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156386; }

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

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

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

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

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

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

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

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