#127186

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

Shades of Allports #127186

Tints of Allports #127186

Color information

#127186 (or 0x127186) is unknown color: approx Allports. HEX triplet: 12, 71 and 86. RGB value is (18,113,134). Sum of RGB (Red+Green+Blue) = 18+113+134=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #127186 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127186 is #ED8E79. Grayscale: #565656. Windows color (decimal): -15568506 or 8810770. OLE color: 8810770.

HSL color Cylindrical-coordinate representation of color #127186: hue angle of 190.86º 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 #127186 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB18113134-
CMYK0.870.1600.47
HSL190.86º76.32%29.8%-
HSV(B)190.86º86.57%52.55%-
XYZ10.4613.6624.64-
YUV86.99154.5378.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.79%
GREEN value IS 113 (44.53% from 255) = 42.64%
BLUE value IS 134 (52.73% from 255) = 50.57%
R=6.79%
G=42.64%
B=50.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181131340.870.1600.47190.8676.3229.8
Hex127186571002Fbf4c1e
Octal221612061272005727711436
Binary10010111000110000110101011110000010111110111111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127186; }

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

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

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

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

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

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

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

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