#126986

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

Shades of Allports #126986

Tints of Allports #126986

Color information

#126986 (or 0x126986) is unknown color: approx Allports. HEX triplet: 12, 69 and 86. RGB value is (18,105,134). Sum of RGB (Red+Green+Blue) = 18+105+134=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #126986 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126986 is #ED9679. Grayscale: #525252. Windows color (decimal): -15570554 or 8808722. OLE color: 8808722.

HSL color Cylindrical-coordinate representation of color #126986: hue angle of 195º 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 #126986 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB18105134-
CMYK0.870.2200.47
HSL195º76.32%29.8%-
HSV(B)195º86.57%52.55%-
XYZ9.611.9524.36-
YUV82.29157.1882.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 134 (52.73% from 255) = 52.14%
R=7.00%
G=40.86%
B=52.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181051340.870.2200.4719576.3229.8
Hex126986571602Fc34c1e
Octal221512061272605730311436
Binary10010110100110000110101011110110010111111000011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126986; }

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

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

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

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

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

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

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

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