#126786

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

Shades of Allports #126786

Tints of Allports #126786

Color information

#126786 (or 0x126786) is unknown color: approx Allports. HEX triplet: 12, 67 and 86. RGB value is (18,103,134). Sum of RGB (Red+Green+Blue) = 18+103+134=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #126786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126786 is #ED9879. Grayscale: #505050. Windows color (decimal): -15571066 or 8808210. OLE color: 8808210.

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

Color convert

RGB18103134-
CMYK0.870.2300.47
HSL196.03º76.32%29.8%-
HSV(B)196.03º86.57%52.55%-
XYZ9.411.5524.29-
YUV81.12157.8482.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 103 (40.62% from 255) = 40.39%
BLUE value IS 134 (52.73% from 255) = 52.55%
R=7.06%
G=40.39%
B=52.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181031340.870.2300.47196.0376.3229.8
Hex126786571702Fc44c1e
Octal221472061272705730411436
Binary10010110011110000110101011110111010111111000100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126786; }

 p { color: rgb(18,103,134); }

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

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

 a { background-color: rgb(18,103,134); }

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

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

 span { border-color: rgb(18,103,134); }

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