#126A92

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

Shades of Allports #126A92

Tints of Allports #126A92

Color information

#126A92 (or 0x126A92) is unknown color: approx Allports. HEX triplet: 12, 6A and 92. RGB value is (18,106,146). Sum of RGB (Red+Green+Blue) = 18+106+146=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #126A92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126A92 is #ED956D. Grayscale: #545454. Windows color (decimal): -15570286 or 9595410. OLE color: 9595410.

HSL color Cylindrical-coordinate representation of color #126A92: hue angle of 198.75º 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 #126A92 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB18106146-
CMYK0.880.2700.43
HSL198.75º78.05%32.16%-
HSV(B)198.75º87.67%57.25%-
XYZ10.5912.5129.05-
YUV84.25162.8580.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 106 (41.80% from 255) = 39.26%
BLUE value IS 146 (57.42% from 255) = 54.07%
R=6.67%
G=39.26%
B=54.07%

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
Decimal181061460.880.2700.43198.7578.0532.16
Hex126A92581B02Bc74e20
Octal221522221303305330711640
Binary100101101010100100101011000110110101011110001111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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