#127580

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

Shades of Allports #127580

Tints of Allports #127580

Color information

#127580 (or 0x127580) is unknown color: approx Allports. HEX triplet: 12, 75 and 80. RGB value is (18,117,128). Sum of RGB (Red+Green+Blue) = 18+117+128=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #127580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127580 is #ED8A7F. Grayscale: #585858. Windows color (decimal): -15567488 or 8418578. OLE color: 8418578.

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

Color convert

RGB18117128-
CMYK0.860.0900.50
HSL186º75.34%28.63%-
HSV(B)186º85.94%50.2%-
XYZ10.5114.4122.65-
YUV88.65150.277.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 117 (46.09% from 255) = 44.49%
BLUE value IS 128 (50.39% from 255) = 48.67%
R=6.84%
G=44.49%
B=48.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181171280.860.0900.5018675.3428.63
Hex127580569032ba4b1d
Octal221652001261106227211335
Binary1001011101011000000010101101001011001010111010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127580; }

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

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

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

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

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

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

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

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