#126C92

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

Shades of Allports #126C92

Tints of Allports #126C92

Color information

#126C92 (or 0x126C92) is unknown color: approx Allports. HEX triplet: 12, 6C and 92. RGB value is (18,108,146). Sum of RGB (Red+Green+Blue) = 18+108+146=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #126C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126C92 is #ED936D. Grayscale: #555555. Windows color (decimal): -15569774 or 9595922. OLE color: 9595922.

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

Color convert

RGB18108146-
CMYK0.880.2600.43
HSL197.81º78.05%32.16%-
HSV(B)197.81º87.67%57.25%-
XYZ10.812.9329.12-
YUV85.42162.1879.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 108 (42.58% from 255) = 39.71%
BLUE value IS 146 (57.42% from 255) = 53.68%
R=6.62%
G=39.71%
B=53.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181081460.880.2600.43197.8178.0532.16
Hex126C92581A02Bc64e20
Octal221542221303205330611640
Binary100101101100100100101011000110100101011110001101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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