#126E83

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

Shades of Allports #126E83

Tints of Allports #126E83

Color information

#126E83 (or 0x126E83) is unknown color: approx Allports. HEX triplet: 12, 6E and 83. RGB value is (18,110,131). Sum of RGB (Red+Green+Blue) = 18+110+131=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #126E83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126E83 is #ED917C. Grayscale: #545454. Windows color (decimal): -15569277 or 8613394. OLE color: 8613394.

HSL color Cylindrical-coordinate representation of color #126E83: hue angle of 191.15º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126E83 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB18110131-
CMYK0.860.1600.49
HSL191.15º75.84%29.22%-
HSV(B)191.15º86.26%51.37%-
XYZ9.9212.9223.44-
YUV84.89154.0280.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 110 (43.36% from 255) = 42.47%
BLUE value IS 131 (51.56% from 255) = 50.58%
R=6.95%
G=42.47%
B=50.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181101310.860.1600.49191.1575.8429.22
Hex126E835610031bf4c1d
Octal221562031262006127711435
Binary10010110111010000011101011010000011000110111111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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