#126B92

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

Shades of Allports #126B92

Tints of Allports #126B92

Color information

#126B92 (or 0x126B92) is unknown color: approx Allports. HEX triplet: 12, 6B and 92. RGB value is (18,107,146). Sum of RGB (Red+Green+Blue) = 18+107+146=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #126B92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126B92 is #ED946D. Grayscale: #545454. Windows color (decimal): -15570030 or 9595666. OLE color: 9595666.

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

Color convert

RGB18107146-
CMYK0.880.2700.43
HSL198.28º78.05%32.16%-
HSV(B)198.28º87.67%57.25%-
XYZ10.712.7229.09-
YUV84.84162.5180.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 107 (42.19% from 255) = 39.48%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=6.64%
G=39.48%
B=53.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181071460.880.2700.43198.2878.0532.16
Hex126B92581B02Bc64e20
Octal221532221303305330611640
Binary100101101011100100101011000110110101011110001101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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