#127181

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

Shades of Allports #127181

Tints of Allports #127181

Color information

#127181 (or 0x127181) is unknown color: approx Allports. HEX triplet: 12, 71 and 81. RGB value is (18,113,129). Sum of RGB (Red+Green+Blue) = 18+113+129=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #127181 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127181 is #ED8E7E. Grayscale: #565656. Windows color (decimal): -15568511 or 8483090. OLE color: 8483090.

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

Color convert

RGB18113129-
CMYK0.860.1200.49
HSL188.65º75.51%28.82%-
HSV(B)188.65º86.05%50.59%-
XYZ10.1213.5222.85-
YUV86.42152.0379.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.92%
GREEN value IS 113 (44.53% from 255) = 43.46%
BLUE value IS 129 (50.78% from 255) = 49.62%
R=6.92%
G=43.46%
B=49.62%

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
Decimal181131290.860.1200.49188.6575.5128.82
Hex12718156C031bd4c1d
Octal221612011261406127511435
Binary1001011100011000000110101101100011000110111101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127181; }

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

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

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

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

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

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

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

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