#156783

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

Shades of Allports #156783

Tints of Allports #156783

Color information

#156783 (or 0x156783) is unknown color: approx Allports. HEX triplet: 15, 67 and 83. RGB value is (21,103,131). Sum of RGB (Red+Green+Blue) = 21+103+131=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #156783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156783 is #EA987C. Grayscale: #515151. Windows color (decimal): -15374461 or 8611605. OLE color: 8611605.

HSL color Cylindrical-coordinate representation of color #156783: hue angle of 195.27º 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 #156783 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB21103131-
CMYK0.840.2100.49
HSL195.27º72.37%29.8%-
HSV(B)195.27º83.97%51.37%-
XYZ9.2611.523.2-
YUV81.67155.8384.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 103 (40.62% from 255) = 40.39%
BLUE value IS 131 (51.56% from 255) = 51.37%
R=8.24%
G=40.39%
B=51.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211031310.840.2100.49195.2772.3729.8
Hex1567835415031c3481e
Octal251472031242506130311036
Binary10101110011110000011101010010101011000111000011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156783; }

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

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

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

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

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

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

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

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