#127082

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

Shades of Allports #127082

Tints of Allports #127082

Color information

#127082 (or 0x127082) is unknown color: approx Allports. HEX triplet: 12, 70 and 82. RGB value is (18,112,130). Sum of RGB (Red+Green+Blue) = 18+112+130=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #127082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127082 is #ED8F7D. Grayscale: #555555. Windows color (decimal): -15568766 or 8548370. OLE color: 8548370.

HSL color Cylindrical-coordinate representation of color #127082: hue angle of 189.64º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127082 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB18112130-
CMYK0.860.1400.49
HSL189.64º75.68%29.02%-
HSV(B)189.64º86.15%50.98%-
XYZ10.0713.3323.16-
YUV85.95152.8679.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.92%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 130 (51.17% from 255) = 50%
R=6.92%
G=43.08%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181121300.860.1400.49189.6475.6829.02
Hex12708256E031be4c1d
Octal221602021261606127611435
Binary1001011100001000001010101101110011000110111110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127082; }

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

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

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

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

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

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

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

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