#126A83

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

Shades of Allports #126A83

Tints of Allports #126A83

Color information

#126A83 (or 0x126A83) is unknown color: approx Allports. HEX triplet: 12, 6A and 83. RGB value is (18,106,131). Sum of RGB (Red+Green+Blue) = 18+106+131=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #126A83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126A83 is #ED957C. Grayscale: #525252. Windows color (decimal): -15570301 or 8612370. OLE color: 8612370.

HSL color Cylindrical-coordinate representation of color #126A83: hue angle of 193.27º 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 #126A83 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB18106131-
CMYK0.860.1900.49
HSL193.27º75.84%29.22%-
HSV(B)193.27º86.26%51.37%-
XYZ9.512.0823.3-
YUV82.54155.3581.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 106 (41.80% from 255) = 41.57%
BLUE value IS 131 (51.56% from 255) = 51.37%
R=7.06%
G=41.57%
B=51.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181061310.860.1900.49193.2775.8429.22
Hex126A835613031c14c1d
Octal221522031262306130111435
Binary10010110101010000011101011010011011000111000001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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