#126A91

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

Shades of Allports #126A91

Tints of Allports #126A91

Color information

#126A91 (or 0x126A91) is unknown color: approx Allports. HEX triplet: 12, 6A and 91. RGB value is (18,106,145). Sum of RGB (Red+Green+Blue) = 18+106+145=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #126A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126A91 is #ED956E. Grayscale: #535353. Windows color (decimal): -15570287 or 9529874. OLE color: 9529874.

HSL color Cylindrical-coordinate representation of color #126A91: hue angle of 198.43º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126A91 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB18106145-
CMYK0.880.2700.43
HSL198.43º77.91%31.96%-
HSV(B)198.43º87.59%56.86%-
XYZ10.5112.4828.64-
YUV84.13162.3580.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 106 (41.80% from 255) = 39.41%
BLUE value IS 145 (57.03% from 255) = 53.90%
R=6.69%
G=39.41%
B=53.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181061450.880.2700.43198.4377.9131.96
Hex126A91581B02Bc64e20
Octal221522211303305330611640
Binary100101101010100100011011000110110101011110001101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126A91; }

 p { color: rgb(18,106,145); }

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

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

 a { background-color: rgb(18,106,145); }

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

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

 span { border-color: rgb(18,106,145); }

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