#127180

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

Shades of Allports #127180

Tints of Allports #127180

Color information

#127180 (or 0x127180) is unknown color: approx Allports. HEX triplet: 12, 71 and 80. RGB value is (18,113,128). Sum of RGB (Red+Green+Blue) = 18+113+128=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #127180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127180 is #ED8E7F. Grayscale: #565656. Windows color (decimal): -15568512 or 8417554. OLE color: 8417554.

HSL color Cylindrical-coordinate representation of color #127180: hue angle of 188.18º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127180 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB18113128-
CMYK0.860.1200.50
HSL188.18º75.34%28.63%-
HSV(B)188.18º85.94%50.2%-
XYZ10.0513.522.5-
YUV86.3151.5379.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 113 (44.53% from 255) = 43.63%
BLUE value IS 128 (50.39% from 255) = 49.42%
R=6.95%
G=43.63%
B=49.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181131280.860.1200.50188.1875.3428.63
Hex12718056C032bc4b1d
Octal221612001261406227411335
Binary1001011100011000000010101101100011001010111100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127180; }

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

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

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

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

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

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

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

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