#127886

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

Shades of Allports #127886

Tints of Allports #127886

Color information

#127886 (or 0x127886) is unknown color: approx Allports. HEX triplet: 12, 78 and 86. RGB value is (18,120,134). Sum of RGB (Red+Green+Blue) = 18+120+134=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #127886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127886 is #ED8779. Grayscale: #5A5A5A. Windows color (decimal): -15566714 or 8812562. OLE color: 8812562.

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

Color convert

RGB18120134-
CMYK0.870.1000.47
HSL187.24º76.32%29.8%-
HSV(B)187.24º86.57%52.55%-
XYZ11.2715.2824.91-
YUV91.1152.2175.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 134 (52.73% from 255) = 49.26%
R=6.62%
G=44.12%
B=49.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181201340.870.1000.47187.2476.3229.8
Hex12788657A02Fbb4c1e
Octal221702061271205727311436
Binary1001011110001000011010101111010010111110111011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127886; }

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

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

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

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

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

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

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

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