#126B8A

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

Shades of Allports #126B8A

Tints of Allports #126B8A

Color information

#126B8A (or 0x126B8A) is unknown color: approx Allports. HEX triplet: 12, 6B and 8A. RGB value is (18,107,138). Sum of RGB (Red+Green+Blue) = 18+107+138=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #126B8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126B8A is #ED9475. Grayscale: #535353. Windows color (decimal): -15570038 or 9071378. OLE color: 9071378.

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

Color convert

RGB18107138-
CMYK0.870.2200.46
HSL195.5º76.92%30.59%-
HSV(B)195.5º86.96%54.12%-
XYZ10.0912.4825.92-
YUV83.92158.5180.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 107 (42.19% from 255) = 40.68%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=6.84%
G=40.68%
B=52.47%

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
Decimal181071380.870.2200.46195.576.9230.59
Hex126B8A571602Ec44d1f
Octal221532121272605630411537
Binary10010110101110001010101011110110010111011000100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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