#127683

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

Shades of Allports #127683

Tints of Allports #127683

Color information

#127683 (or 0x127683) is unknown color: approx Allports. HEX triplet: 12, 76 and 83. RGB value is (18,118,131). Sum of RGB (Red+Green+Blue) = 18+118+131=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #127683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127683 is #ED897C. Grayscale: #595959. Windows color (decimal): -15567229 or 8615442. OLE color: 8615442.

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

Color convert

RGB18118131-
CMYK0.860.1000.49
HSL186.9º75.84%29.22%-
HSV(B)186.9º86.26%51.37%-
XYZ10.8214.7223.74-
YUV89.58151.3776.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.74%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 131 (51.56% from 255) = 49.06%
R=6.74%
G=44.19%
B=49.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181181310.860.1000.49186.975.8429.22
Hex12768356A031bb4c1d
Octal221662031261206127311435
Binary1001011101101000001110101101010011000110111011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127683; }

 p { color: rgb(18,118,131); }

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

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

 a { background-color: rgb(18,118,131); }

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

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

 span { border-color: rgb(18,118,131); }

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