#127692

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

Shades of Allports #127692

Tints of Allports #127692

Color information

#127692 (or 0x127692) is unknown color: approx Allports. HEX triplet: 12, 76 and 92. RGB value is (18,118,146). Sum of RGB (Red+Green+Blue) = 18+118+146=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #127692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127692 is #ED896D. Grayscale: #5B5B5B. Windows color (decimal): -15567214 or 9598482. OLE color: 9598482.

HSL color Cylindrical-coordinate representation of color #127692: hue angle of 193.12º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127692 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB18118146-
CMYK0.880.1900.43
HSL193.12º78.05%32.16%-
HSV(B)193.12º87.67%57.25%-
XYZ11.9215.1629.49-
YUV91.29158.8775.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 118 (46.48% from 255) = 41.84%
BLUE value IS 146 (57.42% from 255) = 51.77%
R=6.38%
G=41.84%
B=51.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181181460.880.1900.43193.1278.0532.16
Hex127692581302Bc14e20
Octal221662221302305330111640
Binary100101110110100100101011000100110101011110000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127692; }

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

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

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

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

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

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

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

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