#127080

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

Shades of Allports #127080

Tints of Allports #127080

Color information

#127080 (or 0x127080) is unknown color: approx Allports. HEX triplet: 12, 70 and 80. RGB value is (18,112,128). Sum of RGB (Red+Green+Blue) = 18+112+128=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #127080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127080 is #ED8F7F. Grayscale: #555555. Windows color (decimal): -15568768 or 8417298. OLE color: 8417298.

HSL color Cylindrical-coordinate representation of color #127080: hue angle of 188.73º 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 #127080 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB18112128-
CMYK0.860.1200.50
HSL188.73º75.34%28.63%-
HSV(B)188.73º85.94%50.2%-
XYZ9.9413.2822.46-
YUV85.72151.8679.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 128 (50.39% from 255) = 49.61%
R=6.98%
G=43.41%
B=49.61%

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
Decimal181121280.860.1200.50188.7375.3428.63
Hex12708056C032bd4b1d
Octal221602001261406227511335
Binary1001011100001000000010101101100011001010111101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127080; }

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

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

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

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

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

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

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

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