#126186

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

Shades of Allports #126186

Tints of Allports #126186

Color information

#126186 (or 0x126186) is unknown color: approx Allports. HEX triplet: 12, 61 and 86. RGB value is (18,97,134). Sum of RGB (Red+Green+Blue) = 18+97+134=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #126186 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126186 is #ED9E79. Grayscale: #4D4D4D. Windows color (decimal): -15572602 or 8806674. OLE color: 8806674.

HSL color Cylindrical-coordinate representation of color #126186: hue angle of 199.14º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #126186 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1897134-
CMYK0.870.2800.47
HSL199.14º76.32%29.8%-
HSV(B)199.14º86.57%52.55%-
XYZ8.8310.424.1-
YUV77.6159.8385.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 134 (52.73% from 255) = 53.82%
R=7.23%
G=38.96%
B=53.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18971340.870.2800.47199.1476.3229.8
Hex126186571C02Fc74c1e
Octal221412061273405730711436
Binary10010110000110000110101011111100010111111000111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126186; }

 p { color: rgb(18,97,134); }

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

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

 a { background-color: rgb(18,97,134); }

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

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

 span { border-color: rgb(18,97,134); }

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