#127382

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

Shades of Allports #127382

Tints of Allports #127382

Color information

#127382 (or 0x127382) is unknown color: approx Allports. HEX triplet: 12, 73 and 82. RGB value is (18,115,130). Sum of RGB (Red+Green+Blue) = 18+115+130=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #127382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127382 is #ED8C7D. Grayscale: #575757. Windows color (decimal): -15567998 or 8549138. OLE color: 8549138.

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

Color convert

RGB18115130-
CMYK0.860.1200.49
HSL188.04º75.68%29.02%-
HSV(B)188.04º86.15%50.98%-
XYZ10.411423.27-
YUV87.71151.8678.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=6.84%
G=43.73%
B=49.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181151300.860.1200.49188.0475.6829.02
Hex12738256C031bc4c1d
Octal221632021261406127411435
Binary1001011100111000001010101101100011000110111100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127382; }

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

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

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

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

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

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

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

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