#127681

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

Shades of Allports #127681

Tints of Allports #127681

Color information

#127681 (or 0x127681) is unknown color: approx Allports. HEX triplet: 12, 76 and 81. RGB value is (18,118,129). Sum of RGB (Red+Green+Blue) = 18+118+129=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #127681 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127681 is #ED897E. Grayscale: #595959. Windows color (decimal): -15567231 or 8484370. OLE color: 8484370.

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

Color convert

RGB18118129-
CMYK0.860.0900.49
HSL185.95º75.51%28.82%-
HSV(B)185.95º86.05%50.59%-
XYZ10.6914.6723.04-
YUV89.35150.3777.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.79%
GREEN value IS 118 (46.48% from 255) = 44.53%
BLUE value IS 129 (50.78% from 255) = 48.68%
R=6.79%
G=44.53%
B=48.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181181290.860.0900.49185.9575.5128.82
Hex127681569031ba4c1d
Octal221662011261106127211435
Binary1001011101101000000110101101001011000110111010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127681; }

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

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

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

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

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

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

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

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