#126E8A

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

Shades of Allports #126E8A

Tints of Allports #126E8A

Color information

#126E8A (or 0x126E8A) is unknown color: approx Allports. HEX triplet: 12, 6E and 8A. RGB value is (18,110,138). Sum of RGB (Red+Green+Blue) = 18+110+138=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #126E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126E8A is #ED9175. Grayscale: #555555. Windows color (decimal): -15569270 or 9072146. OLE color: 9072146.

HSL color Cylindrical-coordinate representation of color #126E8A: hue angle of 194º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #126E8A is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB18110138-
CMYK0.870.2000.46
HSL194º76.92%30.59%-
HSV(B)194º86.96%54.12%-
XYZ10.4113.1226.03-
YUV85.68157.5279.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 110 (43.36% from 255) = 41.35%
BLUE value IS 138 (54.30% from 255) = 51.88%
R=6.77%
G=41.35%
B=51.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181101380.870.2000.4619476.9230.59
Hex126E8A571402Ec24d1f
Octal221562121272405630211537
Binary10010110111010001010101011110100010111011000010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,110,138); }

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

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

 a { background-color: rgb(18,110,138); }

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

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

 span { border-color: rgb(18,110,138); }

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