#127086

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

Shades of Allports #127086

Tints of Allports #127086

Color information

#127086 (or 0x127086) is unknown color: approx Allports. HEX triplet: 12, 70 and 86. RGB value is (18,112,134). Sum of RGB (Red+Green+Blue) = 18+112+134=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #127086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127086 is #ED8F79. Grayscale: #565656. Windows color (decimal): -15568762 or 8810514. OLE color: 8810514.

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

Color convert

RGB18112134-
CMYK0.870.1600.47
HSL191.38º76.32%29.8%-
HSV(B)191.38º86.57%52.55%-
XYZ10.3513.4424.6-
YUV86.4154.8679.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 134 (52.73% from 255) = 50.76%
R=6.82%
G=42.42%
B=50.76%

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
Decimal181121340.870.1600.47191.3876.3229.8
Hex127086571002Fbf4c1e
Octal221602061272005727711436
Binary10010111000010000110101011110000010111110111111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127086; }

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

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

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

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

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

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

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

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