#126D90

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

Shades of Allports #126D90

Tints of Allports #126D90

Color information

#126D90 (or 0x126D90) is unknown color: approx Allports. HEX triplet: 12, 6D and 90. RGB value is (18,109,144). Sum of RGB (Red+Green+Blue) = 18+109+144=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #126D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126D90 is #ED926F. Grayscale: #555555. Windows color (decimal): -15569520 or 9465106. OLE color: 9465106.

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

Color convert

RGB18109144-
CMYK0.880.2400.44
HSL196.67º77.78%31.76%-
HSV(B)196.67º87.5%56.47%-
XYZ10.7513.0828.34-
YUV85.78160.8579.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 109 (42.97% from 255) = 40.22%
BLUE value IS 144 (56.64% from 255) = 53.14%
R=6.64%
G=40.22%
B=53.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181091440.880.2400.44196.6777.7831.76
Hex126D90581802Cc54e20
Octal221552201303005430511640
Binary100101101101100100001011000110000101100110001011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,109,144); }

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

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

 a { background-color: rgb(18,109,144); }

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

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

 span { border-color: rgb(18,109,144); }

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