#126c8a

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

Shades of Allports #126C8A

Tints of Allports #126C8A

Color information

#126C8A (or 0x126C8A) is unknown color: approx Allports. HEX triplet: 12, 6C and 8A. RGB value is (18,108,138). Sum of RGB (Red+Green+Blue) = 18+108+138=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #126C8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126C8A is #ED9375. Grayscale: #545454. Windows color (decimal): -15569782 or 9071634. OLE color: 9071634.

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

Color convert

RGB18108138-
CMYK0.870.2200.46
HSL195º76.92%30.59%-
HSV(B)195º86.96%54.12%-
XYZ10.212.6925.96-
YUV84.51158.1880.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 108 (42.58% from 255) = 40.91%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=6.82%
G=40.91%
B=52.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181081380.870.2200.4619576.9230.59
Hex126C8A571602Ec34d1f
Octal221542121272605630311537
Binary10010110110010001010101011110110010111011000011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126c8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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